8000 Update C-API docs · python/cpython@f21effd · GitHub
[go: up one dir, main page]

Skip to content

Commit f21effd

Browse files
committed
Update C-API docs
1 parent 641f290 commit f21effd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/c-api/monitoring.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ would typically correspond to a python function.
173173
================================================== =====================================
174174
Macro Event
175175
================================================== =====================================
176-
.. c:macro:: PY_MONITORING_EVENT_BRANCH :monitoring-event:`BRANCH`
176+
.. c:macro:: PY_MONITORING_EVENT_BRANCH_LEFT :monitoring-event:`BRANCH_LEFT`
177+
.. c:macro:: PY_MONITORING_EVENT_BRANCH_RIGHT :monitoring-event:`BRANCH_RIGHT`
177178
.. c:macro:: PY_MONITORING_EVENT_CALL :monitoring-event:`CALL`
178179
.. c:macro:: PY_MONITORING_EVENT_C_RAISE :monitoring-event:`C_RAISE`
179180
.. c:macro:: PY_MONITORING_EVENT_C_RETURN :monitoring-event:`C_RETURN`

0 commit comments

Comments
 (0)
0