mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +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()
|
||||
|
||||
Return a copy of the string with its first character capitalized and the
|
||||
rest lowered.
|
||||
rest lowercased.
|
||||
|
||||
|
||||
.. method:: str.center(width[, fillchar])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue