bpo-38034: Fix typo in logging.handlers.rst (GH-15708)

This commit is contained in:
wwuck 2019-09-11 16:44:37 +10:00 committed by Carol Willing
parent 3f4db4a0ba
commit efd5741ae9
1 changed files with 1 additions and 1 deletions

View File

@ -1067,7 +1067,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)