diff options
author | Georg Brandl <georg@python.org> | 2008-03-03 20:37:55 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-03 20:37:55 (GMT) |
commit | 3e9d66fee1ba491c2643ae961ffc19c5b6c7d089 (patch) | |
tree | 6198c3de41a82d399846f26d94e68fa19ecc6015 /Doc/library/inspect.rst | |
parent | 728bee897ff35702dd6f651b9e551761ec843c01 (diff) | |
download | cpython-3e9d66fee1ba491c2643ae961ffc19c5b6c7d089.zip cpython-3e9d66fee1ba491c2643ae961ffc19c5b6c7d089.tar.gz cpython-3e9d66fee1ba491c2643ae961ffc19c5b6c7d089.tar.bz2 |
There are now sixteen isfoo functions.
Diffstat (limited to 'Doc/library/inspect.rst')
-rw-r--r-- | Doc/library/inspect.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 5ece3cd..58337f0 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -28,7 +28,7 @@ Types and members ----------------- 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: |