Update Doc/library/stdtypes.rst

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

View File

@ -2135,7 +2135,6 @@ 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.