8000 Delete extra 'the' from `Formatter` class docstring (GH-22530) (GH-22… · python/cpython@c5f1212 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5f1212

Browse files
Delete extra 'the' from Formatter class docstring (GH-22530) (GH-22543)
(cherry picked from commit a619af4)
< 8000 /div>
1 parent b2611fa commit c5f1212

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
@@ -515,7 +515,7 @@ class Formatter(object):
515515
responsible for converting a LogRecord to (usually) a string which can
516516
be interpreted by either a human or an external system. The base Formatter
517517
allows a formatting string to be specified. If none is supplied, the
518-
the style-dependent default value, "%(message)s", "{message}", or
518+
style-dependent default value, "%(message)s", "{message}", or
519519
"${message}", is used.
520520
521521
The Formatter can be initialized with a format string which makes use of

0 commit comments

Comments
 (0)
0