From: Éric Araujo Date: Sat, 6 Nov 2010 04:59:27 +0000 (+0000) Subject: Fix typo from r86170. X-Git-Tag: v3.2a4~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2642ad07ee616c3374feee47354d1eba735b07eb;p=python Fix typo from r86170. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 0a3ba996ea..ebe7b7604c 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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.