diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-10-31 15:35:53 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-10-31 15:35:53 (GMT) |
commit | 893ffa4372f750bd21ae32ed215e39adc3c1597b (patch) | |
tree | 28139623340b856800e04caea9f35effd8615a11 /Doc/lib | |
parent | 04570dbed1273faa0ede74aa240ff3ea01cadd8a (diff) | |
download | cpython-893ffa4372f750bd21ae32ed215e39adc3c1597b.zip cpython-893ffa4372f750bd21ae32ed215e39adc3c1597b.tar.gz cpython-893ffa4372f750bd21ae32ed215e39adc3c1597b.tar.bz2 |
Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2.
Diffstat (limited to 'Doc/lib')
-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 2429c7d..3cd04f9 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 eleven 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: |