Fix documentation note for interaction_check

This commit is contained in:
Kaylynn Morgan
2021-07-21 16:46:52 +10:00
committed by GitHub
parent 262a50196d
commit feed302269

View File

@ -303,9 +303,8 @@ class View:
.. note::
If an exception occurs within the body then the interaction
check then :meth:`on_error` is called and it is considered
a failure.
If an exception occurs within the body then the check
is considered a failure and :meth:`on_error` is called.
Parameters
-----------