[Python-checkins] r61209 - python/trunk/Doc/library/inspect.rst
georg.brandl
python-checkins at python.org
Mon Mar 3 21:37:55 CET 2008
Author: georg.brandl
Date: Mon Mar 3 21:37:55 2008
New Revision: 61209
Modified:
python/trunk/Doc/library/inspect.rst
Log:
There are now sixteen isfoo functions.
Modified: python/trunk/Doc/library/inspect.rst
==============================================================================
--- python/trunk/Doc/library/inspect.rst (original)
+++ python/trunk/Doc/library/inspect.rst Mon Mar 3 21:37:55 2008
@@ -28,7 +28,7 @@
-----------------
The :func:`getmembers` function retrieves the members of an object such as a
-class or module. The fifteen functions whose names begin with "is" are mainly
+class or module. The sixteen functions whose names begin with "is" are mainly
provided as convenient choices for the second argument to :func:`getmembers`.
They also help you determine when you can expect to find the following special
attributes:
More information about the Python-checkins
mailing list