diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2004-08-04 08:36:44 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2004-08-04 08:36:44 (GMT) |
commit | 1cf56d0b8a8302db8b264fa0928130340b4c34a1 (patch) | |
tree | 0e35905f087097fe59f0e8f1edd504b73b2c31d3 | |
parent | 6887c92b1e1564f740df1b5c349f69f33163f4fe (diff) | |
download | cpython-1cf56d0b8a8302db8b264fa0928130340b4c34a1.zip cpython-1cf56d0b8a8302db8b264fa0928130340b4c34a1.tar.gz cpython-1cf56d0b8a8302db8b264fa0928130340b4c34a1.tar.bz2 |
Updated Logger.log() documentation to clarify that lvl parameter should be an integer.
-rw-r--r-- | Doc/lib/liblogging.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index 306d10d..daaabce 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -314,7 +314,7 @@ The arguments are interpreted as for \method{debug()}. \end{methoddesc} \begin{methoddesc}{log}{lvl, msg\optional{, *args\optional{, **kwargs}}} -Logs a message with level \var{lvl} on this logger. +Logs a message with integer level \var{lvl} on this logger. The other arguments are interpreted as for \method{debug()}. \end{methoddesc} |