]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Remove duplicate word. (GH-110376) (GH-110377)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Oct 2023 04:26:44 +0000 (21:26 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2023 04:26:44 +0000 (04:26 +0000)
Remove duplicate word. (GH-110376)
(cherry picked from commit 313aa861ce23e83ca64284d97c1dac234c9def7c)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Doc/library/sys.monitoring.rst

index 7b02b95fd766a7a560a5e8e0a6386121d5dbda31..5dcbdaf8e5d0e44dde63b290a2c3b868cd486192 100644 (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.