From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 13 Jun 2025 16:53:52 +0000 (+0200) Subject: [3.13] doc: Remove what was essentially duplicate wording. (GH-135431) (GH-135441) X-Git-Tag: v3.13.6~213 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bea67a1d609ebe70687f16ec508dd7ba9598ee6f;p=thirdparty%2FPython%2Fcpython.git [3.13] doc: Remove what was essentially duplicate wording. (GH-135431) (GH-135441) (cherry picked from commit f273fd77d790300506c6443baa94d027b643f603) --- 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::