We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e616a5 commit e80a841Copy full SHA for e80a841
1 file changed
Doc/library/stdtypes.rst
@@ -3743,9 +3743,6 @@ arbitrary binary data.
3743
are replaced. If *count* is not specified or ``-1``, then all occurrences
3744
are replaced.
3745
3746
- .. versionchanged:: next
3747
- *count* is now supported as a keyword argument.
3748
-
3749
The subsequence to search for and its replacement may be any
3750
:term:`bytes-like object`.
3751
@@ -3754,6 +3751,9 @@ arbitrary binary data.
3754
The bytearray version of this method does *not* operate in place - it
3755
3752
always produces a new object, even if no changes were made.
3756
3753
+ .. versionchanged:: next
+ *count* is now supported as a keyword argument.
+
3757
3758
.. method:: bytes.rfind(sub[, start[, end]])
3759
bytearray.rfind(sub[, start[, end]])
0 commit comments