[Python-checkins] r60876 - python/trunk/Doc/c-api/tuple.rst

georg.brandl python-checkins at python.org
Sun Feb 17 16:14:10 CET 2008


Author: georg.brandl
Date: Sun Feb 17 16:14:10 2008
New Revision: 60876

Modified:
   python/trunk/Doc/c-api/tuple.rst
Log:
Fix function name.


Modified: python/trunk/Doc/c-api/tuple.rst
==============================================================================
--- python/trunk/Doc/c-api/tuple.rst	(original)
+++ python/trunk/Doc/c-api/tuple.rst	Sun Feb 17 16:14:10 2008
@@ -117,7 +117,7 @@
       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.
 


More information about the Python-checkins mailing list