Issue #8162: logging: Clarified docstring and documentation for disable function.

This commit is contained in:
Vinay Sajip 2010-03-17 15:05:57 +00:00
parent 187f93d986
commit 2060e42206
2 changed files with 6 additions and 2 deletions

View file

@ -1557,7 +1557,7 @@ def log(level, msg, *args, **kwargs):
def disable(level):
"""
Disable all logging calls less severe than 'level'.
Disable all logging calls of severity 'level' and below.
"""
root.manager.disable = level