From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 11 Sep 2019 06:56:50 +0000 (-0700) Subject: bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15894) X-Git-Tag: v3.7.5rc1~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a8560ae99213954158789b9dd7275b8ffa2086a;p=thirdparty%2FPython%2Fcpython.git bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15894) (cherry picked from commit efd5741ae953e50a6654e04cf731da86a1307296) Co-authored-by: wwuck <301402+wwuck@users.noreply.github.com> --- 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)