Skip to content

Commit 9c2d46a

Browse files
Delete extra 'the' from Formatter class docstring (GH-22530) (GH-22542)
(cherry picked from commit a619af4)
1 parent faa8c6a commit 9c2d46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/logging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ class Formatter(object):
509509
responsible for converting a LogRecord to (usually) a string which can
510510
be interpreted by either a human or an external system. The base Formatter
511511
allows a formatting string to be specified. If none is supplied, the
512-
the style-dependent default value, "%(message)s", "{message}", or
512+
style-dependent default value, "%(message)s", "{message}", or
513513
"${message}", is used.
514514
515515
The Formatter can be initialized with a format string which makes use of

0 commit comments

Comments
 (0)