From: Benjamin Peterson Date: Thu, 5 Oct 2023 04:18:17 +0000 (+1100) Subject: Remove duplicate word. (#110376) X-Git-Tag: v3.13.0a1~134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=313aa861ce23e83ca64284d97c1dac234c9def7c;p=thirdparty%2FPython%2Fcpython.git Remove duplicate word. (#110376) --- diff --git a/Doc/library/sys.monitoring.rst b/Doc/library/sys.monitoring.rst index 7b02b95fd766..5dcbdaf8e5d0 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.