diff options
author | wwuck <301402+wwuck@users.noreply.github.com> | 2019-09-11 06:44:37 (GMT) |
---|---|---|
committer | Carol Willing <carolcode@willingconsulting.com> | 2019-09-11 06:44:37 (GMT) |
commit | efd5741ae953e50a6654e04cf731da86a1307296 (patch) | |
tree | fd215ff7536474c32b5f22c5b39c617eb47192e4 | |
parent | 3f4db4a0bab073b768fae958e93288bd5d24eadd (diff) | |
download | cpython-efd5741ae953e50a6654e04cf731da86a1307296.zip cpython-efd5741ae953e50a6654e04cf731da86a1307296.tar.gz cpython-efd5741ae953e50a6654e04cf731da86a1307296.tar.bz2 |
bpo-38034: Fix typo in logging.handlers.rst (GH-15708)
-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) |