]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update logging.config.rst (GH-24630)
authortakahashi <7567050+MasaYan24@users.noreply.github.com>
Fri, 26 Feb 2021 10:30:05 +0000 (19:30 +0900)
committerGitHub <noreply@github.com>
Fri, 26 Feb 2021 10:30:05 +0000 (02:30 -0800)
# a typo fix

Automerge-Triggered-By: GH:vsajip
Doc/library/logging.config.rst

index 76ff83c5b0284a70e1cbecde0e511cca04b6b3a8..cab49f6072f357aa31c467e73a238f055cc895f8 100644 (file)
@@ -588,7 +588,7 @@ in the configuration, the string ``'cfg://handlers'`` would resolve to
 the dict with key ``handlers``, the string ``'cfg://handlers.email``
 would resolve to the dict with key ``email`` in the ``handlers`` dict,
 and so on.  The string ``'cfg://handlers.email.toaddrs[1]`` would
-resolve to ``'dev_team.domain.tld'`` and the string
+resolve to ``'dev_team@domain.tld'`` and the string
 ``'cfg://handlers.email.toaddrs[0]'`` would resolve to the value
 ``'support_team@domain.tld'``. The ``subject`` value could be accessed
 using either ``'cfg://handlers.email.subject'`` or, equivalently,