Skip to content
Prev Previous commit
Next Next commit
Update functions.rst
  • Loading branch information
Adminixtrator authored Jul 18, 2021
commit 9cc2cd6f491d1f569db03ce1afa1567b7d61062a
2 changes: 1 addition & 1 deletion Doc/library/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ are always available. They are listed here in alphabetical order.

Return :const:`True` if the *object* argument appears callable,
:const:`False` if not. If this returns ``True``, it is still possible that a
call fails, but if it is ``False``, the calling *object* will never succeed.
call fails, but if it is ``False``, calling *object* will never succeed.
Note that classes are callable (calling a class returns a new instance);
instances are callable if their class has a :meth:`__call__` method.

Expand Down