[Python-checkins] r54149 - python/trunk/Doc/api/newtypes.tex
georg.brandl
python-checkins at python.org
Tue Mar 6 10:33:05 CET 2007
Author: georg.brandl
Date: Tue Mar 6 10:33:01 2007
New Revision: 54149
Modified:
python/trunk/Doc/api/newtypes.tex
Log:
Nit: a struct field is set to GenericAlloc, not GenericAlloc().
Modified: python/trunk/Doc/api/newtypes.tex
==============================================================================
--- python/trunk/Doc/api/newtypes.tex (original)
+++ python/trunk/Doc/api/newtypes.tex Tue Mar 6 10:33:01 2007
@@ -1316,7 +1316,7 @@
This field is inherited by static subtypes, but not by dynamic
subtypes (subtypes created by a class statement); in the latter,
- this field is always set to \cfunction{PyType_GenericAlloc()}, to
+ this field is always set to \cfunction{PyType_GenericAlloc}, to
force a standard heap allocation strategy. That is also the
recommended value for statically defined types.
\end{cmemberdesc}
More information about the Python-checkins
mailing list