mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
fix str.format()'s first arg #5371
This commit is contained in:
parent
ed955f108f
commit
a168698ab3
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@ string functions based on regular expressions.
|
|||
found.
|
||||
|
||||
|
||||
.. method:: str.format(format_string, *args, **kwargs)
|
||||
.. method:: str.format(*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