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