summaryrefslogtreecommitdiffstats
path: root/Lib/logging/__init__.py
diff options
context:
space:
mode:
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>2020-10-04 16:32:15 (GMT)
committerGitHub <noreply@github.com>2020-10-04 16:32:15 (GMT)
commitc5f12126e98f223811dfc5ffd5db6b6f7636804c (patch)
treec1c337d8522880dc18f4fefb307f09907dad1f72 /Lib/logging/__init__.py
parentb2611fac05ed391d68f09781903aae7394fab832 (diff)
downloadcpython-c5f12126e98f223811dfc5ffd5db6b6f7636804c.zip
cpython-c5f12126e98f223811dfc5ffd5db6b6f7636804c.tar.gz
cpython-c5f12126e98f223811dfc5ffd5db6b6f7636804c.tar.bz2
Delete extra 'the' from `Formatter` class docstring (GH-22530) (GH-22543)
(cherry picked from commit a619af43ccd10bab363b1e59814a2e2727422545)
Diffstat (limited to 'Lib/logging/__init__.py')
-rw-r--r--Lib/logging/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/logging/__init__.py b/Lib/logging/__init__.py
index 0cfaec8..f5b7e2e 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