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 5410d3d commit efc4870Copy full SHA for efc4870
Doc/library/stdtypes.rst
@@ -2696,8 +2696,8 @@ arbitrary binary data.
2696
containing the part before the separator, the separator itself or its
2697
bytearray copy, and the part after the separator.
2698
If the separator is not found, return a 3-tuple
2699
- containing a copy of the original sequence, followed by two empty bytes or
2700
- bytearray objects.
+ containing two empty bytes or bytearray objects, followed by a copy of the
+ original sequence.
2701
2702
The separator to search for may be any :term:`bytes-like object`.
2703
0 commit comments