Skip to content

Commit f0ba888

Browse files
committed
(fixup for combination of doc and PyObject commits)
1 parent 2aff41a commit f0ba888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/contextvars.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Context object management functions:
136136
137137
.. versionadded:: 3.14
138138
139-
.. c:type:: void (*PyContext_WatchCallback)(PyContextEvent event, PyObject* ctx)
139+
.. c:type:: void (*PyContext_WatchCallback)(PyContextEvent event, PyObject* obj)
140140
141141
Context object watcher callback function. The object passed to the callback
142142
is event-specific; see :c:type:`PyContextEvent` for details.

0 commit comments

Comments
 (0)