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 2aff41a commit f0ba888Copy full SHA for f0ba888
Doc/c-api/contextvars.rst
@@ -136,7 +136,7 @@ Context object management functions:
136
137
.. versionadded:: 3.14
138
139
-.. c:type:: void (*PyContext_WatchCallback)(PyContextEvent event, PyObject* ctx)
+.. c:type:: void (*PyContext_WatchCallback)(PyContextEvent event, PyObject* obj)
140
141
Context object watcher callback function. The object passed to the callback
142
is event-specific; see :c:type:`PyContextEvent` for details.
0 commit comments