Skip to content

Commit 1ec2093

Browse files
offby1miss-islington
authored andcommitted
doc: Remove what was essentially duplicate wording. (pythonGH-135431)
(cherry picked from commit f273fd7) Co-authored-by: Eric Hanchrow <eric.hanchrow@gmail.com>
1 parent 04273ad commit 1ec2093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/logging.config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ mnemonic that the corresponding value is a callable.
548548
The ``filters`` member of ``handlers`` and ``loggers`` can take
549549
filter instances in addition to ids.
550550

551-
You can also specify a special key ``'.'`` whose value is a dictionary is a
551+
You can also specify a special key ``'.'`` whose value is a
552552
mapping of attribute names to values. If found, the specified attributes will
553553
be set on the user-defined object before it is returned. Thus, with the
554554
following configuration::

0 commit comments

Comments
 (0)