Skip to content

Commit dfaa6ff

Browse files
Update function.rst
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
1 parent 5dd0973 commit dfaa6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/function.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ There are a few functions specific to Python functions.
144144
145145
Similar to their ``PyFunction_Get*`` counterparts, but do not do type
146146
checking. Passing anything other than an instance of
147-
:c:type:`PyFunction_type` is undefined behavior.
147+
:c:data:`PyFunction_Type` is undefined behavior.
148148
149149
150150
.. c:function:: int PyFunction_AddWatcher(PyFunction_WatchCallback callback)

0 commit comments

Comments
 (0)