diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-10-31 15:27:55 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-10-31 15:27:55 (GMT) |
commit | d252c73dd96fafeaea26814369ccbb3727a61203 (patch) | |
tree | 834957c34867070fb3e7164a5e67ea5d7fe8ed47 | |
parent | e9ea6d96e2936bbe1d0e7c810a833bcf89429a64 (diff) | |
download | cpython-d252c73dd96fafeaea26814369ccbb3727a61203.zip cpython-d252c73dd96fafeaea26814369ccbb3727a61203.tar.gz cpython-d252c73dd96fafeaea26814369ccbb3727a61203.tar.bz2 |
Patch #830858: Update number of functions starting with "is".
-rw-r--r-- | Doc/lib/libinspect.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libinspect.tex b/Doc/lib/libinspect.tex index a1293f0..ebbf338 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: |