Skip to content

Commit a619af4

Browse files
authored
Delete extra 'the' from Formatter class docstring (pythonGH-22530)
1 parent 1ed5443 commit a619af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/logging/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ class Formatter(object):
523523
responsible for converting a LogRecord to (usually) a string which can
524524
be interpreted by either a human or an external system. The base Formatter
525525
allows a formatting string to be specified. If none is supplied, the
526-
the style-dependent default value, "%(message)s", "{message}", or
526+
style-dependent default value, "%(message)s", "{message}", or
527527
"${message}", is used.
528528
529529
The Formatter can be initialized with a format string which makes use of

0 commit comments

Comments
 (0)