]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Delete extra 'the' from `Formatter` class docstring (GH-22530)
authorHansraj Das <raj.das.136@gmail.com>
Sun, 4 Oct 2020 16:09:26 +0000 (21:39 +0530)
committerGitHub <noreply@github.com>
Sun, 4 Oct 2020 16:09:26 +0000 (17:09 +0100)
Lib/logging/__init__.py

index d8a88db378436b85b310e454298ed643af56a5a5..787cb4eefa10613865635f35462b8e4e8911c73f 100644 (file)
@@ -523,7 +523,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