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 5dd0973 commit dfaa6ffCopy full SHA for dfaa6ff
Doc/c-api/function.rst
@@ -144,7 +144,7 @@ There are a few functions specific to Python functions.
144
145
Similar to their ``PyFunction_Get*`` counterparts, but do not do type
146
checking. Passing anything other than an instance of
147
- :c:type:`PyFunction_type` is undefined behavior.
+ :c:data:`PyFunction_Type` is undefined behavior.
148
149
150
.. c:function:: int PyFunction_AddWatcher(PyFunction_WatchCallback callback)
0 commit comments