https://github.com/python/cpython/commit/bea67a1d609ebe70687f16ec508dd7ba9598ee6f commit: bea67a1d609ebe70687f16ec508dd7ba9598ee6f branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vsajip <vinay_sa...@yahoo.co.uk> date: 2025-06-13T17:53:52+01:00 summary:
[3.13] doc: Remove what was essentially duplicate wording. (GH-135431) (GH-135441) (cherry picked from commit f273fd77d790300506c6443baa94d027b643f603) files: M Doc/library/logging.config.rst diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst index 0e9dc33ae2123a..f8c71005a53028 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:: _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: arch...@mail-archive.com