doc: Remove what was essentially duplicate wording. (GH-135431)

This commit is contained in:
Eric Hanchrow 2025-06-12 10:47:12 -07:00 committed by GitHub
parent e7a3c20b92
commit f273fd77d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -548,7 +548,7 @@ mnemonic that the corresponding value is a callable.
The ``filters`` member of ``handlers`` and ``loggers`` can take The ``filters`` member of ``handlers`` and ``loggers`` can take
filter instances in addition to ids. 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 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 be set on the user-defined object before it is returned. Thus, with the
following configuration:: following configuration::