diff options
Diffstat (limited to 'Lib/stringold.py')
-rw-r--r-- | Lib/stringold.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/stringold.py b/Lib/stringold.py index dd2d584..213a04c 100644 --- a/Lib/stringold.py +++ b/Lib/stringold.py @@ -363,7 +363,6 @@ def capitalize(s): return s.capitalize() # Capitalize the words in a string, e.g. " aBc dEf " -> "Abc Def". -# See also regsub.capwords(). def capwords(s, sep=None): """capwords(s, [sep]) -> string |