Delete extra 'the' from Formatter class docstring (GH-22530) (GH-22542)

(cherry picked from commit a619af43cc)
This commit is contained in:
Miss Skeleton (bot) 2020-10-04 09:31:52 -07:00 committed by GitHub
parent faa8c6a8f1
commit 9c2d46ac20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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