Update Doc/library/stdtypes.rst

This commit is contained in:
Eric Wieser 2020-08-10 13:57:30 +01:00 committed by GitHub
parent cc7b77f114
commit 0a58e85389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2135,6 +2135,7 @@ expression support in the :mod:`re` module).
>>> "they're bill's friends from the UK".title()
"They'Re Bill'S Friends From The Uk"
The :func:`string.capwords` function does not have this problem, as it
splits words on spaces first.