mirror of
https://github.com/python/cpython.git
synced 2025-09-23 17:03:23 +00:00
Change 'lowered' to 'lowercased'
This commit is contained in:
parent
c84dc9d018
commit
37c63a385d
1 changed files with 1 additions and 1 deletions
|
@ -967,7 +967,7 @@ functions based on regular expressions.
|
||||||
.. method:: str.capitalize()
|
.. method:: str.capitalize()
|
||||||
|
|
||||||
Return a copy of the string with its first character capitalized and the
|
Return a copy of the string with its first character capitalized and the
|
||||||
rest lowered.
|
rest lowercased.
|
||||||
|
|
||||||
|
|
||||||
.. method:: str.center(width[, fillchar])
|
.. method:: str.center(width[, fillchar])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue