Skip to content

Commit 4ac3cf6

Browse files
Apply suggestion from @picnixz
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent a0cf7ec commit 4ac3cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/structures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ definition with the same method name.
521521
522522
.. c:function:: int PyCFunction_GetFlags(PyObject *func)
523523
524-
Get the function flags on *func* as they were passed to
524+
Get the function's flags on *func* as they were passed to
525525
:c:member:`~PyMethodDef.ml_flags`.
526526
527527
This function returns the function's flags on success, and ``-1`` with an

0 commit comments

Comments
 (0)