]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix function name.
authorGeorg Brandl <georg@python.org>
Sun, 17 Feb 2008 15:14:10 +0000 (15:14 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 17 Feb 2008 15:14:10 +0000 (15:14 +0000)
Doc/c-api/tuple.rst

index 1fcf5fcc4003f1225a8328925cf4aacf2c1b25c8..5be46c49f8fedcb24a5668c974ab3ce2504da7ec 100644 (file)
@@ -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.