]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Patch #830858: Update number of functions starting with "is".
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 31 Oct 2003 15:27:55 +0000 (15:27 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 31 Oct 2003 15:27:55 +0000 (15:27 +0000)
Doc/lib/libinspect.tex

index a1293f0e96a8a055a8c2663531b023d12874e6a2..ebbf33870405efd241d63b8e156d3cdfbdc65a42 100644 (file)
@@ -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: