From 8e490de61687a63131d1fc9853bf26a36541ec39 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 24 Jan 2011 19:53:18 +0000 Subject: [PATCH] Typo fix. --- Doc/library/string.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1