[Python-checkins] r88165 - python/branches/py3k/Doc/library/string.rst
georg.brandl
python-checkins at python.org
Mon Jan 24 20:53:19 CET 2011
Author: georg.brandl
Date: Mon Jan 24 20:53:18 2011
New Revision: 88165
Log:
Typo fix.
Modified:
python/branches/py3k/Doc/library/string.rst
Modified: python/branches/py3k/Doc/library/string.rst
==============================================================================
--- python/branches/py3k/Doc/library/string.rst (original)
+++ python/branches/py3k/Doc/library/string.rst Mon Jan 24 20:53:18 2011
@@ -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.
More information about the Python-checkins
mailing list