From: Georg Brandl Date: Sun, 17 Feb 2008 15:14:10 +0000 (+0000) Subject: Fix function name. X-Git-Tag: v2.6a1~146 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27cca3cca7ae654a3f75203cc9ac2d0acdf445c6;p=thirdparty%2FPython%2Fcpython.git Fix function name. --- diff --git a/Doc/c-api/tuple.rst b/Doc/c-api/tuple.rst index 1fcf5fcc4003..5be46c49f8fe 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.