From: Georg Brandl Date: Mon, 3 Mar 2008 20:37:55 +0000 (+0000) Subject: There are now sixteen isfoo functions. X-Git-Tag: v2.6a2~413 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e9d66fee1ba491c2643ae961ffc19c5b6c7d089;p=thirdparty%2FPython%2Fcpython.git There are now sixteen isfoo functions. --- diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 5ece3cd7fd0c..58337f0c8956 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: