mirror of https://github.com/python/cpython.git
Change 'lowered' to 'lowercased'
This commit is contained in:
parent
c84dc9d018
commit
37c63a385d
|
@ -967,7 +967,7 @@ functions based on regular expressions.
|
|||
.. method:: str.capitalize()
|
||||
|
||||
Return a copy of the string with its first character capitalized and the
|
||||
rest lowered.
|
||||
rest lowercased.
|
||||
|
||||
|
||||
.. method:: str.center(width[, fillchar])
|
||||
|
|
Loading…
Reference in New Issue