From: takahashi <7567050+MasaYan24@users.noreply.github.com> Date: Fri, 26 Feb 2021 10:30:05 +0000 (+0900) Subject: Update logging.config.rst (GH-24630) X-Git-Tag: v3.10.0a6~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25935a2881f8da1231a2f6f5884031ae01e570fc;p=thirdparty%2FPython%2Fcpython.git Update logging.config.rst (GH-24630) # a typo fix Automerge-Triggered-By: GH:vsajip --- diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst index 76ff83c5b028..cab49f6072f3 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,