diff options
author | Benjamin Peterson <benjamin@python.org> | 2023-10-05 04:18:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-05 04:18:17 (GMT) |
commit | 313aa861ce23e83ca64284d97c1dac234c9def7c (patch) | |
tree | d3b1b80b00b72412eacdccca815c8d628c5c9561 /Doc | |
parent | cf6f23b0e3cdef33f23967cf954a2ca4d1fa6528 (diff) | |
download | cpython-313aa861ce23e83ca64284d97c1dac234c9def7c.zip cpython-313aa861ce23e83ca64284d97c1dac234c9def7c.tar.gz cpython-313aa861ce23e83ca64284d97c1dac234c9def7c.tar.bz2 |
Remove duplicate word. (#110376)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/sys.monitoring.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.monitoring.rst b/Doc/library/sys.monitoring.rst index 7b02b95..5dcbdaf 100644 --- a/Doc/library/sys.monitoring.rst +++ b/Doc/library/sys.monitoring.rst @@ -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. |