]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
doc: Remove what was essentially duplicate wording. (GH-135431)
authorEric Hanchrow <eric.hanchrow@gmail.com>
Thu, 12 Jun 2025 17:47:12 +0000 (10:47 -0700)
committerGitHub <noreply@github.com>
Thu, 12 Jun 2025 17:47:12 +0000 (18:47 +0100)
Doc/library/logging.config.rst

index 0e9dc33ae2123ae5492b4b728f4f18ccdec15092..f8c71005a53028573b0cfe8e16a54df8c54f17fe 100644 (file)
@@ -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::