From: Georg Brandl Date: Mon, 24 Jan 2011 19:53:18 +0000 (+0000) Subject: Typo fix. X-Git-Tag: v3.2rc2~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e490de61687a63131d1fc9853bf26a36541ec39;p=python Typo fix. --- diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 32fda13d26..0b4ded7fab 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -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.