Skip to content

Commit 9ce8dbc

Browse files
committed
Fix English.
1 parent dfaa6ff commit 9ce8dbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/c-api/function.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ There are a few functions specific to Python functions.
142142
PyObject *PyFunction_GET_CLOSURE(PyObject *op)
143143
PyObject *PyFunction_GET_ANNOTATIONS(PyObject *op)
144144
145-
Similar to their ``PyFunction_Get*`` counterparts, but do not do type
146-
checking. Passing anything other than an instance of
145+
These functions are similar to their ``PyFunction_Get*`` counterparts, but
146+
do not do type checking. Passing anything other than an instance of
147147
:c:data:`PyFunction_Type` is undefined behavior.
148148
149149

0 commit comments

Comments
 (0)