X Tutup
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
gh-106318: Fix indent on the str.partition() method
  • Loading branch information
adorilson committed Jan 11, 2026
commit 9de07db023a83444b39542be153289a9623f3837
2 changes: 1 addition & 1 deletion Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2340,7 +2340,7 @@ expression support in the :mod:`re` module).
>>> 'Monty Python'.partition('-')
('Monty Python', '', '')

See also :meth:`rpartition`.
See also :meth:`rpartition`.


.. method:: str.removeprefix(prefix, /)
Expand Down
Loading
X Tutup