]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Delete extra 'the' from `Formatter` class docstring (GH-22530) (GH-22542)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 4 Oct 2020 16:31:52 +0000 (09:31 -0700)
committerGitHub <noreply@github.com>
Sun, 4 Oct 2020 16:31:52 +0000 (17:31 +0100)
(cherry picked from commit a619af43ccd10bab363b1e59814a2e2727422545)

Lib/logging/__init__.py

index 403dc81b13ef4e235b8300a6d867b8e941ef6325..4013e56fc3de4f3ba565ce87c1b1d98b9158c694 100644 (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