Skip to content

Commit f357cd0

Browse files
miss-islingtonwwuck
authored andcommitted
bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15893)
(cherry picked from commit efd5741) Co-authored-by: wwuck <[email protected]>
1 parent 74b0291 commit f357cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/logging.handlers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ possible, while any potentially slow operations (such as sending an email via
10461046
versions - to always pass each message to each handler.
10471047

10481048
.. versionchanged:: 3.5
1049-
The ``respect_handler_levels`` argument was added.
1049+
The ``respect_handler_level`` argument was added.
10501050

10511051
.. method:: dequeue(block)
10521052

0 commit comments

Comments
 (0)