https://github.com/python/cpython/commit/f273fd77d790300506c6443baa94d027b643f603
commit: f273fd77d790300506c6443baa94d027b643f603
branch: main
author: Eric Hanchrow <eric.hanch...@gmail.com>
committer: vsajip <vinay_sa...@yahoo.co.uk>
date: 2025-06-12T18:47:12+01:00
summary:

doc: Remove what was essentially duplicate wording. (GH-135431)

files:
M Doc/library/logging.config.rst

diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst
index 0e9dc33ae2123a..f8c71005a53028 100644
--- a/Doc/library/logging.config.rst
+++ b/Doc/library/logging.config.rst
@@ -548,7 +548,7 @@ mnemonic that the corresponding value is a callable.
    The ``filters`` member of ``handlers`` and ``loggers`` can take
    filter instances in addition to ids.
 
-You can also specify a special key ``'.'`` whose value is a dictionary is a
+You can also specify a special key ``'.'`` whose value is a
 mapping of attribute names to values. If found, the specified attributes will
 be set on the user-defined object before it is returned. Thus, with the
 following configuration::

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to