From: Martin v. Löwis Date: Fri, 31 Oct 2003 15:27:55 +0000 (+0000) Subject: Patch #830858: Update number of functions starting with "is". X-Git-Tag: 2.2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d252c73dd96fafeaea26814369ccbb3727a61203;p=thirdparty%2FPython%2Fcpython.git Patch #830858: Update number of functions starting with "is". --- diff --git a/Doc/lib/libinspect.tex b/Doc/lib/libinspect.tex index a1293f0e96a8..ebbf33870405 100644 --- a/Doc/lib/libinspect.tex +++ b/Doc/lib/libinspect.tex @@ -25,7 +25,7 @@ and functions, and examining the interpreter stack. The \function{getmembers()} function retrieves the members of an object such as a class or module. -The nine functions whose names begin with ``is'' are mainly +The ten functions whose names begin with ``is'' are mainly provided as convenient choices for the second argument to \function{getmembers()}. They also help you determine when you can expect to find the following special attributes: