From: Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 4 Oct 2020 16:32:15 +0000 (-0700) Subject: Delete extra 'the' from `Formatter` class docstring (GH-22530) (GH-22543) X-Git-Tag: v3.8.7rc1~137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5f12126e98f223811dfc5ffd5db6b6f7636804c;p=thirdparty%2FPython%2Fcpython.git Delete extra 'the' from `Formatter` class docstring (GH-22530) (GH-22543) (cherry picked from commit a619af43ccd10bab363b1e59814a2e2727422545) --- diff --git a/Lib/logging/__init__.py b/Lib/logging/__init__.py index 0cfaec84bac1..f5b7e2eb3891 100644 --- a/Lib/logging/__init__.py +++ b/Lib/logging/__init__.py @@ -515,7 +515,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