From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 11 Sep 2019 06:56:10 +0000 (-0700) Subject: bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15893) X-Git-Tag: v3.8.0rc1~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f357cd022ec82a4099ac7a09047d2b556a1c91ec;p=thirdparty%2FPython%2Fcpython.git bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15893) (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)