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

eric.araujo python-checkins at python.org
Sat Nov 6 05:59:27 CET 2010


Author: eric.araujo
Date: Sat Nov  6 05:59:27 2010
New Revision: 86247

Log:
Fix typo from r86170.


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	Sat Nov  6 05:59:27 2010
@@ -1040,7 +1040,7 @@
 
 .. method:: str.format_map(mapping)
 
-   Similar to ``str.forrmat(**mapping)``, except that ``mapping`` is
+   Similar to ``str.format(**mapping)``, except that ``mapping`` is
    used directly and not copied to a :class:`dict` .  This is useful
    if for example ``mapping`` is a dict subclass.
 


More information about the Python-checkins mailing list