mirror of
https://github.com/python/cpython.git
synced 2024-12-18 06:14:00 +08:00
Fix typo from r86170.
This commit is contained in:
parent
ba7209f0a5
commit
2642ad07ee
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user