[Python-checkins] r51369 - python/branches/release24-maint/Doc/api/newtypes.tex

georg.brandl python-checkins at python.org
Fri Aug 18 09:35:51 CEST 2006


Author: georg.brandl
Date: Fri Aug 18 09:35:50 2006
New Revision: 51369

Modified:
   python/branches/release24-maint/Doc/api/newtypes.tex
Log:
Typo in tp_clear docs.
 (backport from rev. 51368)

Modified: python/branches/release24-maint/Doc/api/newtypes.tex
==============================================================================
--- python/branches/release24-maint/Doc/api/newtypes.tex	(original)
+++ python/branches/release24-maint/Doc/api/newtypes.tex	Fri Aug 18 09:35:50 2006
@@ -916,7 +916,7 @@
   set.  More information in section
   \ref{supporting-cycle-detection} about garbage collection.
 
-  This field is inherited by subtypes together with \member{tp_clear}
+  This field is inherited by subtypes together with \member{tp_traverse}
   and the \constant{Py_TPFLAGS_HAVE_GC} flag bit: the flag bit,
   \member{tp_traverse}, and \member{tp_clear} are all inherited from
   the base type if they are all zero in the subtype \emph{and} the


More information about the Python-checkins mailing list