mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fix function name.
This commit is contained in:
parent
5e203f56db
commit
27cca3cca7
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ Tuple Objects
|
|||
Removed unused third parameter, *last_is_sticky*.
|
||||
|
||||
|
||||
.. cfunction:: int PyMethod_ClearFreeList(void)
|
||||
.. cfunction:: int PyTuple_ClearFreeList(void)
|
||||
|
||||
Clear the free list. Return the total number of freed items.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue