From 9fac49a9fb6c457cee7250ccb677e6450406fd8a Mon Sep 17 00:00:00 2001 From: Hansraj Das Date: Sun, 4 Oct 2020 21:39:26 +0530 Subject: [PATCH] Delete extra 'the' from `Formatter` class docstring (GH-22530) (cherry picked from commit a619af43ccd10bab363b1e59814a2e2727422545) Co-authored-by: Hansraj Das --- Lib/logging/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/logging/__init__.py b/Lib/logging/__init__.py index 0cfaec84bac139..f5b7e2eb389106 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