From f357cd022ec82a4099ac7a09047d2b556a1c91ec Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 10 Sep 2019 23:56:10 -0700 Subject: [PATCH] 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> --- Doc/library/logging.handlers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 32919c1a2e..0e9870408f 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) -- 2.50.1