Patch #849350: Update to document bool return values. Backported to 2.3.

This commit is contained in:
Martin v. Löwis 2003-11-27 19:48:03 +00:00
parent 94681fc4a3
commit ccabed35ee
4 changed files with 4 additions and 4 deletions

View file

@ -249,7 +249,7 @@ measure of reliability with instance objects. For example:}
>>> import operator
>>> o = C()
>>> operator.isMappingType(o)
1
True
\end{verbatim}
\begin{funcdesc}{isCallable}{o}