diff options
Diffstat (limited to 'Doc/c-api/int.rst')
-rw-r--r-- | Doc/c-api/int.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/int.rst b/Doc/c-api/int.rst index 9ff0347d05..c561bc2eea 100644 --- a/Doc/c-api/int.rst +++ b/Doc/c-api/int.rst @@ -131,7 +131,7 @@ Plain Integer Objects (:const:`LONG_MAX`, as defined in the system header files). -.. cfunction:: int PyInt_ClearFreeList(void) +.. cfunction:: int PyInt_ClearFreeList() Clear the integer free list. Return the number of items that could not be freed. |