commit | 8e490de61687a63131d1fc9853bf26a36541ec39 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Jan 24 19:53:18 2011 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Jan 24 19:53:18 2011 +0000 |
tree | 4941d2cca07cc000bdcd09cd1bc530e06460e36a | |
parent | 7b1aae9a5202dff83eae13a9887a8e70ee5e70fd [diff] |
Typo fix.
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 @@ 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.