From 25935a2881f8da1231a2f6f5884031ae01e570fc Mon Sep 17 00:00:00 2001 From: takahashi <7567050+MasaYan24@users.noreply.github.com> Date: Fri, 26 Feb 2021 19:30:05 +0900 Subject: Update logging.config.rst (GH-24630) # a typo fix Automerge-Triggered-By: GH:vsajip --- Doc/library/logging.config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v0.12