Typo fix.

This commit is contained in:
Georg Brandl 2011-01-24 19:53:18 +00:00
parent 7b1aae9a52
commit 8e490de616

View File

@ -90,7 +90,7 @@ implementation as the built-in :meth:`format` method.
The :class:`Formatter` class has the following public methods:
.. method:: format(format_string, *args, *kwargs)
.. method:: format(format_string, *args, **kwargs)
:meth:`format` is the primary API method. It takes a format template
string, and an arbitrary set of positional and keyword argument.