Fix typo.

This commit is contained in:
Georg Brandl 2008-05-12 16:50:12 +00:00
parent dce26da49c
commit 1c502b5118

View File

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