From: Hansraj Das Date: Sun, 4 Oct 2020 16:09:26 +0000 (+0530) Subject: Delete extra 'the' from `Formatter` class docstring (GH-22530) X-Git-Tag: v3.10.0a1~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a619af43ccd10bab363b1e59814a2e2727422545;p=thirdparty%2FPython%2Fcpython.git Delete extra 'the' from `Formatter` class docstring (GH-22530) --- diff --git a/Lib/logging/__init__.py b/Lib/logging/__init__.py index d8a88db37843..787cb4eefa10 100644 --- a/Lib/logging/__init__.py +++ b/Lib/logging/__init__.py @@ -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