Issue #24541: Drop test_inspect.test_eightteen unittest; update docs

Suggested by Martin Panter.
This commit is contained in:
Yury Selivanov 2015-06-30 22:06:42 -04:00
parent 22f68d5dd6
commit 59a3b6764c
2 changed files with 1 additions and 9 deletions

View 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 sixteen functions whose names begin with "is" are mainly
class or module. The 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: