We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfabc8 commit 9cf3619Copy full SHA for 9cf3619
Doc/c-api/monitoring.rst
@@ -80,7 +80,7 @@ See :mod:`sys.monitoring` for descriptions of the events.
80
Fire a ``BRANCH_LEFT`` event.
81
82
83
-.. c:function:: int PyMonitoring_FireRightBranchEvent(PyMonitoringState *state, PyObject *codelike, int32_t offset, PyObject *target_offset)
+.. c:function:: int PyMonitoring_FireBranchRightEvent(PyMonitoringState *state, PyObject *codelike, int32_t offset, PyObject *target_offset)
84
85
Fire a ``BRANCH_RIGHT`` event.
86
0 commit comments