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 dfaa6ff commit 9ce8dbcCopy full SHA for 9ce8dbc
1 file changed
Doc/c-api/function.rst
@@ -142,8 +142,8 @@ There are a few functions specific to Python functions.
142
PyObject *PyFunction_GET_CLOSURE(PyObject *op)
143
PyObject *PyFunction_GET_ANNOTATIONS(PyObject *op)
144
145
- Similar to their ``PyFunction_Get*`` counterparts, but do not do type
146
- checking. Passing anything other than an instance of
+ These functions are similar to their ``PyFunction_Get*`` counterparts, but
+ do not do type checking. Passing anything other than an instance of
147
:c:data:`PyFunction_Type` is undefined behavior.
148
149
0 commit comments