[Python-checkins] bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15894)

Carol Willing webhook-mailer at python.org
Wed Sep 11 02:56:53 EDT 2019


https://github.com/python/cpython/commit/2a8560ae99213954158789b9dd7275b8ffa2086a
commit: 2a8560ae99213954158789b9dd7275b8ffa2086a
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Carol Willing <carolcode at willingconsulting.com>
date: 2019-09-11T07:56:50+01:00
summary:

bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15894)

(cherry picked from commit efd5741ae953e50a6654e04cf731da86a1307296)

Co-authored-by: wwuck <301402+wwuck at users.noreply.github.com>

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

diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst
index 32919c1a2e29..0e9870408ff4 100644
--- a/Doc/library/logging.handlers.rst
+++ b/Doc/library/logging.handlers.rst
@@ -1046,7 +1046,7 @@ possible, while any potentially slow operations (such as sending an email via
    versions - to always pass each message to each handler.
 
    .. versionchanged:: 3.5
-      The ``respect_handler_levels`` argument was added.
+      The ``respect_handler_level`` argument was added.
 
    .. method:: dequeue(block)
 



More information about the Python-checkins mailing list