]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] doc: Remove what was essentially duplicate wording. (GH-135431) (GH-135440)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Jun 2025 16:54:20 +0000 (18:54 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Jun 2025 16:54:20 +0000 (17:54 +0100)
(cherry picked from commit f273fd77d790300506c6443baa94d027b643f603)

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::