mirror of https://github.com/python/cpython
fix str.format()'s first arg #5371
This commit is contained in:
parent
ed955f108f
commit
a168698ab3
|
@ -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…
Reference in New Issue