Skip to content

Commit e80a841

Browse files
Docs fixup
1 parent 0e616a5 commit e80a841

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/stdtypes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3743,9 +3743,6 @@ arbitrary binary data.
37433743
are replaced. If *count* is not specified or ``-1``, then all occurrences
37443744
are replaced.
37453745

3746-
.. versionchanged:: next
3747-
*count* is now supported as a keyword argument.
3748-
37493746
The subsequence to search for and its replacement may be any
37503747
:term:`bytes-like object`.
37513748

@@ -3754,6 +3751,9 @@ arbitrary binary data.
37543751
The bytearray version of this method does *not* operate in place - it
37553752
always produces a new object, even if no changes were made.
37563753

3754+
.. versionchanged:: next
3755+
*count* is now supported as a keyword argument.
3756+
37573757

37583758
.. method:: bytes.rfind(sub[, start[, end]])
37593759
bytearray.rfind(sub[, start[, end]])

0 commit comments

Comments
 (0)