[Python-3000-checkins] r63168 - python/branches/py3k/Doc/library/stdtypes.rst

georg.brandl python-3000-checkins at python.org
Mon May 12 18:50:12 CEST 2008


Author: georg.brandl
Date: Mon May 12 18:50:12 2008
New Revision: 63168

Log:
Fix typo.


Modified:
   python/branches/py3k/Doc/library/stdtypes.rst

Modified: python/branches/py3k/Doc/library/stdtypes.rst
==============================================================================
--- python/branches/py3k/Doc/library/stdtypes.rst	(original)
+++ python/branches/py3k/Doc/library/stdtypes.rst	Mon May 12 18:50:12 2008
@@ -723,7 +723,7 @@
    found.
 
 
-.. method:: str.format(format_string, *args, **ksargs)
+.. method:: str.format(format_string, *args, **kwargs)
 
    Perform a string formatting operation.  The *format_string* argument can
    contain literal text or replacement fields delimited by braces ``{}``.  Each


More information about the Python-3000-checkins mailing list