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

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


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

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

(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