mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove outdated references to the regsub module.
This commit is contained in:
parent
a6b45cc31d
commit
57aef9cb29
3 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue