[3.13] doc: Remove what was essentially duplicate wording. (GH-135431) (GH-135441)

(cherry picked from commit f273fd77d7)
This commit is contained in:
Miss Islington (bot) 2025-06-13 18:53:52 +02:00 committed by GitHub
parent 6b9672c2bd
commit bea67a1d60
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
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::