Skip to content
Merged
Prev Previous commit
Next Next commit
Fix English.
  • Loading branch information
ZeroIntensity committed Jun 24, 2025
commit 9ce8dbce7d99f38d1f84fc0f467be782e5370c07
4 changes: 2 additions & 2 deletions Doc/c-api/function.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ There are a few functions specific to Python functions.
PyObject *PyFunction_GET_CLOSURE(PyObject *op)
PyObject *PyFunction_GET_ANNOTATIONS(PyObject *op)

Similar to their ``PyFunction_Get*`` counterparts, but do not do type
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
:c:data:`PyFunction_Type` is undefined behavior.


Expand Down
Loading