diff options
author | Georg Brandl <georg@python.org> | 2008-02-17 15:14:10 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-02-17 15:14:10 +0000 |
commit | 27cca3cca7ae654a3f75203cc9ac2d0acdf445c6 (patch) | |
tree | 7522167d0d50bf3c5b11e4ce36d30ce8c26683ed | |
parent | 5e203f56db7a2a2dd6d3add981f856a2906299ae (diff) | |
download | cpython-git-27cca3cca7ae654a3f75203cc9ac2d0acdf445c6.tar.gz |
Fix function name.
-rw-r--r-- | Doc/c-api/tuple.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/tuple.rst b/Doc/c-api/tuple.rst index 1fcf5fcc40..5be46c49f8 100644 --- a/Doc/c-api/tuple.rst +++ b/Doc/c-api/tuple.rst @@ -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. |