mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
#16556: merge with 3.2.
This commit is contained in:
commit
7768dd77c1
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ implementation as the built-in :meth:`format` method.
|
|||
This function does the actual work of formatting. It is exposed as a
|
||||
separate function for cases where you want to pass in a predefined
|
||||
dictionary of arguments, rather than unpacking and repacking the
|
||||
dictionary as individual arguments using the ``*args`` and ``**kwds``
|
||||
dictionary as individual arguments using the ``*args`` and ``**kwargs``
|
||||
syntax. :meth:`vformat` does the work of breaking up the format string
|
||||
into character data and replacement fields. It calls the various
|
||||
methods described below.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue