Update Doc/library/stdtypes.rst
This commit is contained in:
parent
7429b0abe4
commit
cc7b77f114
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue