Fix typo from r86170.

This commit is contained in:
Éric Araujo 2010-11-06 04:59:27 +00:00
parent ba7209f0a5
commit 2642ad07ee
1 changed files with 1 additions and 1 deletions

View 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.