From 27cca3cca7ae654a3f75203cc9ac2d0acdf445c6 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 17 Feb 2008 15:14:10 +0000 Subject: Fix function name. --- Doc/c-api/tuple.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/tuple.rst b/Doc/c-api/tuple.rst index 1fcf5fc..5be46c4 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. -- cgit v0.12