cpython: 813a0e0934ce (original) (raw)
Mercurial > cpython
changeset 100483:813a0e0934ce 2.7
Fix inspect.ismethod() doc Closes #16851: Fix inspect.ismethod() doc, return also True if object is an unbound method. Patch written by Anna Koroliuk. [#16851]
Victor Stinner victor.stinner@gmail.com | |
---|---|
date | Fri, 11 Mar 2016 11:27:46 +0100 |
parents | f0c895fb0374 |
children | a90b39aa6af4 |
files | Doc/library/inspect.rst |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-)[+] [-] Doc/library/inspect.rst 3 |
line wrap: on
line diff
--- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -272,7 +272,8 @@ Note: .. function:: ismethod(object)