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
Address comment from Victor
  • Loading branch information
andresdelfino authored Feb 25, 2019
commit 860857d0ba4d31c6a05b7613757be57e45194338
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 ``x``'s class :meth:`__call__` method, passing
``x`` and all specified ``arguments`` to it.
``x(arg1, arg2, ...)`` invokes ``x``'s class :meth:`__call__` method, passing
``x`` and all specified arguments.


.. _sequence-types:
Expand Down