Remove duplicate word. (#110376)

This commit is contained in:
Benjamin Peterson 2023-10-05 15:18:17 +11:00 committed by GitHub
parent cf6f23b0e3
commit 313aa861ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,7 +147,7 @@ by another event:
* C_RAISE
* C_RETURN
The ``C_RETURN`` and ``C_RAISE`` events are are controlled by the ``CALL``
The ``C_RETURN`` and ``C_RAISE`` events are controlled by the ``CALL``
event. ``C_RETURN`` and ``C_RAISE`` events will only be seen if the
corresponding ``CALL`` event is being monitored.