Skip to content

Commit efd5741

Browse files
wwuckwillingc
authored andcommitted
bpo-38034: Fix typo in logging.handlers.rst (GH-15708)
1 parent 3f4db4a commit efd5741

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
@@ -1067,7 +1067,7 @@ possible, while any potentially slow operations (such as sending an email via
10671067
versions - to always pass each message to each handler.
10681068

10691069
.. versionchanged:: 3.5
1070-
The ``respect_handler_levels`` argument was added.
1070+
The ``respect_handler_level`` argument was added.
10711071

10721072
.. method:: dequeue(block)
10731073

0 commit comments

Comments
 (0)