Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c483034 + 28c88f4 commit 7768dd7Copy full SHA for 7768dd7
1 file changed
Doc/library/string.rst
@@ -100,7 +100,7 @@ implementation as the built-in :meth:`format` method.
100
This function does the actual work of formatting. It is exposed as a
101
separate function for cases where you want to pass in a predefined
102
dictionary of arguments, rather than unpacking and repacking the
103
- dictionary as individual arguments using the ``*args`` and ``**kwds``
+ dictionary as individual arguments using the ``*args`` and ``**kwargs``
104
syntax. :meth:`vformat` does the work of breaking up the format string
105
into character data and replacement fields. It calls the various
106
methods described below.
0 commit comments