]> granicus.if.org Git - python/commitdiff
Typo fix.
authorGeorg Brandl <georg@python.org>
Mon, 24 Jan 2011 19:53:18 +0000 (19:53 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 24 Jan 2011 19:53:18 +0000 (19:53 +0000)
Doc/library/string.rst

index 32fda13d2619dd17bdbeff597c072423d51e67b2..0b4ded7fabd4b15dc282c6a162c75a62ab598bd9 100644 (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.