From 4da8c1b61e654b9f2c66e8133f5bf7994e8e59b2 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 4 Oct 2023 21:26:44 -0700 Subject: [PATCH] [3.12] Remove duplicate word. (GH-110376) (GH-110377) Remove duplicate word. (GH-110376) (cherry picked from commit 313aa861ce23e83ca64284d97c1dac234c9def7c) Co-authored-by: Benjamin Peterson --- Doc/library/sys.monitoring.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3