From f273fd77d790300506c6443baa94d027b643f603 Mon Sep 17 00:00:00 2001 From: Eric Hanchrow Date: Thu, 12 Jun 2025 10:47:12 -0700 Subject: [PATCH] doc: Remove what was essentially duplicate wording. (GH-135431) --- Doc/library/logging.config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.47.3