summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authortakahashi <7567050+MasaYan24@users.noreply.github.com>2021-02-26 10:30:05 (GMT)
committerGitHub <noreply@github.com>2021-02-26 10:30:05 (GMT)
commit25935a2881f8da1231a2f6f5884031ae01e570fc (patch)
tree9262a559add946a597f4566cabcfbffa79db406c /Doc
parent28a30bc2e2d5a02d42e65ff7b7c6968fa966279d (diff)
downloadcpython-25935a2881f8da1231a2f6f5884031ae01e570fc.zip
cpython-25935a2881f8da1231a2f6f5884031ae01e570fc.tar.gz
cpython-25935a2881f8da1231a2f6f5884031ae01e570fc.tar.bz2
Update logging.config.rst (GH-24630)
# a typo fix Automerge-Triggered-By: GH:vsajip
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/logging.config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst
index 76ff83c..cab49f6 100644
--- a/Doc/library/logging.config.rst
+++ b/Doc/library/logging.config.rst
@@ -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,