8000 fixup! gh-124872: Change PyContext_WatchCallback return type to void · rhansen/cpython@f6562b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit f6562b1

Browse files
committed
fixup! pythongh-124872: Change PyContext_WatchCallback return type to void
1 parent f177ad3 commit f6562b1

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
@@ -145,7 +145,7 @@ Context object management functions:
145145
after the callback returns.
146146
147147
If the callback raises an exception it will be printed as an unraisable
148-
exception using :c:func`PyErr_FormatUnraisable` and discarded.
148+
exception using :c:func:`PyErr_FormatUnraisable` and discarded.
149149
150150
.. versionadded:: 3.14
151151

0 commit comments

Comments
 (0)
0