From d252c73dd96fafeaea26814369ccbb3727a61203 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Fri, 31 Oct 2003 15:27:55 +0000 Subject: [PATCH] Patch #830858: Update number of functions starting with "is". --- Doc/lib/libinspect.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.3