8000 Update logging.config.rst (GH-24630) · python/cpython@25935a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25935a2

Browse files
authored
Update logging.config.rst (GH-24630)
# a typo fix Automerge-Triggered-By: GH:vsajip
1 parent 28a30bc commit 25935a2

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
@@ -588,7 +588,7 @@ in the configuration, the string ``'cfg://handlers'`` would resolve to
588588
the dict with key ``handlers``, the string ``'cfg://handlers.email``
589589
would resolve to the dict with key ``email`` in the ``handlers`` dict,
590590
and so on. The string ``'cfg://handlers.email.toaddrs[1]`` would
591-
resolve to ``'dev_team.domain.tld'`` and the string
591+
resolve to ``'dev_team@domain.tld'`` and the string
592592
``'cfg://handlers.email.toaddrs[0]'`` would resolve to the value
593593
``'support_team@domain.tld'``. The ``subject`` value could be accessed
594594
using either ``'cfg://handlers.email.subject'`` or, equivalently,

0 commit comments

Comments
 (0)
0