From: wwuck <301402+wwuck@users.noreply.github.com> Date: Wed, 11 Sep 2019 06:44:37 +0000 (+1000) Subject: bpo-38034: Fix typo in logging.handlers.rst (GH-15708) X-Git-Tag: v3.9.0a1~580 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efd5741ae953e50a6654e04cf731da86a1307296;p=thirdparty%2FPython%2Fcpython.git bpo-38034: Fix typo in logging.handlers.rst (GH-15708) --- diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index b7445a135b74..eccd0ae41da7 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -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)