Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor change
  • Loading branch information
andresdelfino authored Jun 28, 2018
commit b4880e0c35fa9e4d4b45d08064a503eb61d168f2
4 changes: 2 additions & 2 deletions Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2108,8 +2108,8 @@ Emulating callable objects
.. index:: pair: call; instance

Called when the instance is "called" as a function; if this method is defined,
``x(arguments)`` invokes the instance's class :meth:`__call__` method, passing
it the instance object and all specified arguments.
``x(arguments)`` invokes ``x``'s class :meth:`__call__` method, passing
it ``x`` and all specified arguments.


.. _sequence-types:
Expand Down