mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Typo fix.
This commit is contained in:
parent
7b1aae9a52
commit
8e490de616
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ implementation as the built-in :meth:`format` method.
|
|||
|
||||
The :class:`Formatter` class has the following public methods:
|
||||
|
||||
.. method:: format(format_string, *args, *kwargs)
|
||||
.. method:: format(format_string, *args, **kwargs)
|
||||
|
||||
:meth:`format` is the primary API method. It takes a format template
|
||||
string, and an arbitrary set of positional and keyword argument.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue