]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15893)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Sep 2019 06:56:10 +0000 (23:56 -0700)
committerCarol Willing <carolcode@willingconsulting.com>
Wed, 11 Sep 2019 06:56:10 +0000 (07:56 +0100)
(cherry picked from commit efd5741ae953e50a6654e04cf731da86a1307296)

Co-authored-by: wwuck <301402+wwuck@users.noreply.github.com>
Doc/library/logging.handlers.rst

index 32919c1a2e29096dd8e463eeb1a51cfc4e58215b..0e9870408ff43de273cf8954f4541fceda309b05 100644 (file)
@@ -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)