Skip to content

Commit 7b02fbb

Browse files
committed
gh106318: Fix wrong indentation on str.title() docs
1 parent b4c0646 commit 7b02fbb

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
@@ -2829,7 +2829,7 @@ expression support in the :mod:`re` module).
28292829
>>> titlecase("they're bill's friends.")
28302830
"They're Bill's Friends."
28312831

2832-
See also :meth:`istitle` and :meth:`capitalize`.
2832+
See also :meth:`istitle` and :meth:`capitalize`.
28332833

28342834

28352835
.. method:: str.translate(table, /)

0 commit comments

Comments
 (0)