Skip to content

Commit

Permalink
fixup! pythongh-124872: Change PyContext_WatchCallback return type to…
Browse files Browse the repository at this point in the history
… void
  • Loading branch information
rhansen committed Nov 23, 2024
1 parent f177ad3 commit f6562b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/contextvars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Context object management functions:
after the callback returns.
If the callback raises an exception it will be printed as an unraisable
exception using :c:func`PyErr_FormatUnraisable` and discarded.
exception using :c:func:`PyErr_FormatUnraisable` and discarded.
.. versionadded:: 3.14
Expand Down

0 comments on commit f6562b1

Please sign in to comment.