mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix typo.
This commit is contained in:
parent
dce26da49c
commit
1c502b5118
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ functions based on regular expressions.
|
|||
found.
|
||||
|
||||
|
||||
.. method:: str.format(format_string, *args, **ksargs)
|
||||
.. method:: str.format(format_string, *args, **kwargs)
|
||||
|
||||
Perform a string formatting operation. The *format_string* argument can
|
||||
contain literal text or replacement fields delimited by braces ``{}``. Each
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue