mirror of https://github.com/python/cpython
Delete extra 'the' from `Formatter` class docstring (GH-22530)
This commit is contained in:
parent
1ed5443526
commit
a619af43cc
|
@ -523,7 +523,7 @@ class Formatter(object):
|
|||
responsible for converting a LogRecord to (usually) a string which can
|
||||
be interpreted by either a human or an external system. The base Formatter
|
||||
allows a formatting string to be specified. If none is supplied, the
|
||||
the style-dependent default value, "%(message)s", "{message}", or
|
||||
style-dependent default value, "%(message)s", "{message}", or
|
||||
"${message}", is used.
|
||||
|
||||
The Formatter can be initialized with a format string which makes use of
|
||||
|
|
Loading…
Reference in New Issue