From: Eric Hanchrow Date: Thu, 12 Jun 2025 17:47:12 +0000 (-0700) Subject: doc: Remove what was essentially duplicate wording. (GH-135431) X-Git-Tag: v3.15.0a1~1321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f273fd77d790300506c6443baa94d027b643f603;p=thirdparty%2FPython%2Fcpython.git doc: Remove what was essentially duplicate wording. (GH-135431) --- diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst index 0e9dc33ae212..f8c71005a530 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::