Commit eb477d04 authored by Vinay Sajip's avatar Vinay Sajip

Updated Logger.log() docstring to clarify that lvl parameter should be an integer.

parent 1cf56d0b
......@@ -967,7 +967,7 @@ class Logger(Filterer):
def log(self, level, msg, *args, **kwargs):
"""
Log 'msg % args' with the severity 'level'.
Log 'msg % args' with the integer severity 'level'.
To pass exception information, use the keyword argument exc_info with
a true value, e.g.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment