diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 2b41bec..50d59e1 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -272,7 +272,8 @@ Note: .. function:: ismethod(object) - Return true if the object is a bound method written in Python. + Return true if the object is a bound or unbound method written in Python. + .. function:: isfunction(object)