Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7768dd7

Browse files
committed
#16556: merge with 3.2.
2 parents c483034 + 28c88f4 commit 7768dd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ implementation as the built-in :meth:`format` method.
100100
This function does the actual work of formatting. It is exposed as a
101101
separate function for cases where you want to pass in a predefined
102102
dictionary of arguments, rather than unpacking and repacking the
103-
dictionary as individual arguments using the ``*args`` and ``**kwds``
103+
dictionary as individual arguments using the ``*args`` and ``**kwargs``
104104
syntax. :meth:`vformat` does the work of breaking up the format string
105105
into character data and replacement fields. It calls the various
106106
methods described below.

0 commit comments

Comments
 (0)