Skip to content

Commit

Permalink
Remove duplicate word. (python#110376)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp authored Oct 5, 2023
1 parent cf6f23b commit 313aa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/sys.monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 313aa86

Please sign in to comment.