mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Delete extra 'the' from Formatter
class docstring (GH-22530) (GH-22542)
(cherry picked from commit a619af43cc
)
This commit is contained in:
parent
faa8c6a8f1
commit
9c2d46ac20
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,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…
Add table
Add a link
Reference in a new issue