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 a8c4fa5 commit 04b114eCopy full SHA for 04b114e
Doc/library/stdtypes.rst
@@ -2677,8 +2677,8 @@ arbitrary binary data.
2677
containing the part before the separator, the separator itself or its
2678
bytearray copy, and the part after the separator.
2679
If the separator is not found, return a 3-tuple
2680
- containing a copy of the original sequence, followed by two empty bytes or
2681
- bytearray objects.
+ containing two empty bytes or bytearray objects, followed by a copy of the
+ original sequence.
2682
2683
The separator to search for may be any :term:`bytes-like object`.
2684
0 commit comments