diff options
Diffstat (limited to 'Doc/c-api/method.rst')
-rw-r--r-- | Doc/c-api/method.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/method.rst b/Doc/c-api/method.rst index 9ee49ba..d8b2ed8 100644 --- a/Doc/c-api/method.rst +++ b/Doc/c-api/method.rst @@ -94,7 +94,7 @@ no longer available. Macro version of :cfunc:`PyMethod_Self` which avoids error checking. -.. cfunction:: int PyMethod_ClearFreeList(void) +.. cfunction:: int PyMethod_ClearFreeList() Clear the free list. Return the total number of freed items. |