fix str.format()'s first arg #5371

This commit is contained in:
Benjamin Peterson 2009-02-26 00:30:11 +00:00
parent ed955f108f
commit a168698ab3
1 changed files with 1 additions and 1 deletions

View File

@ -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