diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-10-05 04:26:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-05 04:26:44 (GMT) |
commit | 4da8c1b61e654b9f2c66e8133f5bf7994e8e59b2 (patch) | |
tree | 59c82d60efa9f7e133f96fd8cc0f8534ae2c2af1 | |
parent | 36a7d6becd751357bb7a6b5f0401ac1519b5d2d0 (diff) | |
download | cpython-4da8c1b61e654b9f2c66e8133f5bf7994e8e59b2.zip cpython-4da8c1b61e654b9f2c66e8133f5bf7994e8e59b2.tar.gz cpython-4da8c1b61e654b9f2c66e8133f5bf7994e8e59b2.tar.bz2 |
[3.12] Remove duplicate word. (GH-110376) (GH-110377)
Remove duplicate word. (GH-110376)
(cherry picked from commit 313aa861ce23e83ca64284d97c1dac234c9def7c)
Co-authored-by: Benjamin Peterson <benjamin@python.org>
-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. |