mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Fix typo from r86170.
This commit is contained in:
parent
ba7209f0a5
commit
2642ad07ee
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue