Skip to content

Commit 6b3052c

Browse files
authored
Recovering capitalize on stdtypes.rst
1 parent 2fd3ca1 commit 6b3052c

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
@@ -1617,7 +1617,7 @@ category.
16171617
| +-------------------------------------------+---------------------------------------------------+
16181618
| | :meth:`str.casefold` | |
16191619
| +-------------------------------------------+---------------------------------------------------+
1620-
| | :meth:`str.` | :meth:`bytes.capitalize` |
1620+
| | :meth:`str.capitalize` | :meth:`bytes.capitalize` |
16211621
| +-------------------------------------------+---------------------------------------------------+
16221622
| | :meth:`str.title` | :meth:`bytes.title` |
16231623
| +-------------------------------------------+---------------------------------------------------+

0 commit comments

Comments
 (0)