diff options
author | Georg Brandl <georg@python.org> | 2011-01-24 19:53:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-24 19:53:18 (GMT) |
commit | 8e490de61687a63131d1fc9853bf26a36541ec39 (patch) | |
tree | 4941d2cca07cc000bdcd09cd1bc530e06460e36a /Doc/library/string.rst | |
parent | 7b1aae9a5202dff83eae13a9887a8e70ee5e70fd (diff) | |
download | cpython-8e490de61687a63131d1fc9853bf26a36541ec39.zip cpython-8e490de61687a63131d1fc9853bf26a36541ec39.tar.gz cpython-8e490de61687a63131d1fc9853bf26a36541ec39.tar.bz2 |
Typo fix.
Diffstat (limited to 'Doc/library/string.rst')
-rw-r--r-- | Doc/library/string.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 32fda13..0b4ded7 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. |