Skip to content

Commit 9de07db

Browse files
committed
gh-106318: Fix indent on the str.partition() method
1 parent d714e42 commit 9de07db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2340,7 +2340,7 @@ expression support in the :mod:`re` module).
23402340
>>> 'Monty Python'.partition('-')
23412341
('Monty Python', '', '')
23422342

2343-
See also :meth:`rpartition`.
2343+
See also :meth:`rpartition`.
23442344

23452345

23462346
.. method:: str.removeprefix(prefix, /)

0 commit comments

Comments
 (0)