Skip to content

Commit

Permalink
Updated Logger.log() docstring to clarify that lvl parameter should b…
Browse files Browse the repository at this point in the history
…e an integer.
  • Loading branch information
vsajip committed Aug 4, 2004
1 parent 1cf56d0 commit eb477d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/logging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ def critical(self, msg, *args, **kwargs):

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.
Expand Down

0 comments on commit eb477d0

Please sign in to comment.