8000 Fix typo · python/cpython@9cf3619 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9cf3619

Browse files
committed
Fix typo
1 parent bdfabc8 commit 9cf3619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/monitoring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ See :mod:`sys.monitoring` for descriptions of the events.
8080
Fire a ``BRANCH_LEFT`` event.
8181
8282
83-
.. c:function:: int PyMonitoring_FireRightBranchEvent(PyMonitoringState *state, PyObject *codelike, int32_t offset, PyObject *target_offset)
83+
.. c:function:: int PyMonitoring_FireBranchRightEvent(PyMonitoringState *state, PyObject *codelike, int32_t offset, PyObject *target_offset)
8484
8585
Fire a ``BRANCH_RIGHT`` event.
8686

0 commit comments

Comments
 (0)
0