]> granicus.if.org Git - python/commitdiff
Fix typo from r86170.
authorÉric Araujo <merwok@netwok.org>
Sat, 6 Nov 2010 04:59:27 +0000 (04:59 +0000)
committerÉric Araujo <merwok@netwok.org>
Sat, 6 Nov 2010 04:59:27 +0000 (04:59 +0000)
Doc/library/stdtypes.rst

index 0a3ba996ea0eadb133e84a73b3b1b1895876ac1e..ebe7b7604c859ebd053f57e5408a4e1380ababfa 100644 (file)
@@ -1040,7 +1040,7 @@ functions based on regular expressions.
 
 .. 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.