Remove outdated references to the regsub module.

This commit is contained in:
Raymond Hettinger 2004-12-07 07:55:07 +00:00
parent a6b45cc31d
commit 57aef9cb29
3 changed files with 2 additions and 5 deletions

View file

@ -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