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

Skip to content

Commit 8e490de

Browse files
committed
Typo fix.
1 parent 7b1aae9 commit 8e490de

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
@@ -90,7 +90,7 @@ implementation as the built-in :meth:`format` method.
9090

9191
The :class:`Formatter` class has the following public methods:
9292

93-
.. method:: format(format_string, *args, *kwargs)
93+
.. method:: format(format_string, *args, **kwargs)
9494

9595
:meth:`format` is the primary API method. It takes a format template
9696
string, and an arbitrary set of positional and keyword argument.

0 commit comments

Comments
 (0)