]> granicus.if.org Git - python/commitdiff
bpo-38034: Fix typo in logging.handlers.rst (GH-15708)
authorwwuck <301402+wwuck@users.noreply.github.com>
Wed, 11 Sep 2019 06:44:37 +0000 (16:44 +1000)
committerCarol Willing <carolcode@willingconsulting.com>
Wed, 11 Sep 2019 06:44:37 +0000 (07:44 +0100)
Doc/library/logging.handlers.rst

index b7445a135b742ce6625f7647dbe04a56d1808de0..eccd0ae41da776ef1938426a03152ddf3cffa686 100644 (file)
@@ -1067,7 +1067,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)