diff options
Diffstat (limited to 'Doc/library/logging.handlers.rst')
-rw-r--r-- | Doc/library/logging.handlers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index b7445a1..eccd0ae 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -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) |