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.
1 parent 7b1aae9 commit 8e490deCopy full SHA for 8e490de
1 file changed
Doc/library/string.rst
@@ -90,7 +90,7 @@ implementation as the built-in :meth:`format` method.
90
91
The :class:`Formatter` class has the following public methods:
92
93
- .. method:: format(format_string, *args, *kwargs)
+ .. method:: format(format_string, *args, **kwargs)
94
95
:meth:`format` is the primary API method. It takes a format template
96
string, and an arbitrary set of positional and keyword argument.
0 commit comments