From: Vinay Sajip Date: Wed, 4 Aug 2004 08:36:44 +0000 (+0000) Subject: Updated Logger.log() documentation to clarify that lvl parameter should be an integer. X-Git-Tag: v2.4a2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cf56d0b8a8302db8b264fa0928130340b4c34a1;p=python Updated Logger.log() documentation to clarify that lvl parameter should be an integer. --- diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index 306d10dabb..daaabceebe 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}