diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-07-01 02:06:42 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-07-01 02:06:42 (GMT) |
commit | 59a3b6764c504b4816b83be97d05f365f68d7dea (patch) | |
tree | 9a4f1ef3e64bb4e92eab4314abd33dbac5fb9152 /Doc | |
parent | 22f68d5dd68459ad2ad28e4b25b9e9267e0761b3 (diff) | |
download | cpython-59a3b6764c504b4816b83be97d05f365f68d7dea.zip cpython-59a3b6764c504b4816b83be97d05f365f68d7dea.tar.gz cpython-59a3b6764c504b4816b83be97d05f365f68d7dea.tar.bz2 |
Issue #24541: Drop test_inspect.test_eightteen unittest; update docs
Suggested by Martin Panter.
Diffstat (limited to 'Doc')
-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 8bce522..24d106d 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 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: |