]> granicus.if.org Git - python/commitdiff
There are now sixteen isfoo functions.
authorGeorg Brandl <georg@python.org>
Mon, 3 Mar 2008 20:37:55 +0000 (20:37 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 3 Mar 2008 20:37:55 +0000 (20:37 +0000)
Doc/library/inspect.rst

index 5ece3cd7fd0c7a23eb95f82bd79ed0871ae15607..58337f0c895652ab4d4f0e5e4b24573bf28e6bf8 100644 (file)
@@ -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: