Skip to content

Commit

Permalink
Update docs/usage.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Mar 21, 2024
1 parent 8657d61 commit b6216f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ are available (like ``assert_called_once_with`` or ``call_count`` in the example
In addition, spy objects contain two extra attributes:

* ``spy_return``: contains the last returned value of the spied function.
* ``spy_return_list``: contains a list of all returned value of the spied function.
* ``spy_return_list``: contains a list of all returned value of the spied function (new in ``3.13``).
* ``spy_exception``: contain the last exception value raised by the spied function/method when
it was last called, or ``None`` if no exception was raised.

Expand Down

0 comments on commit b6216f9

Please sign in to comment.