[Python-checkins] Update logging.config.rst (GH-24630)

miss-islington webhook-mailer at python.org
Fri Feb 26 05:30:13 EST 2021


https://github.com/python/cpython/commit/25935a2881f8da1231a2f6f5884031ae01e570fc
commit: 25935a2881f8da1231a2f6f5884031ae01e570fc
branch: master
author: takahashi <7567050+MasaYan24 at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-02-26T02:30:05-08:00
summary:

Update logging.config.rst (GH-24630)



# a typo fix

Automerge-Triggered-By: GH:vsajip

files:
M Doc/library/logging.config.rst

diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst
index 76ff83c5b0284..cab49f6072f35 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 at domain.tld'`` and the string
 ``'cfg://handlers.email.toaddrs[0]'`` would resolve to the value
 ``'support_team at domain.tld'``. The ``subject`` value could be accessed
 using either ``'cfg://handlers.email.subject'`` or, equivalently,



More information about the Python-checkins mailing list