Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2.

This commit is contained in:
Martin v. Löwis 2003-10-31 15:35:53 +00:00
parent 04570dbed1
commit 893ffa4372
2 changed files with 5 additions and 1 deletions

View 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 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: