From: Fred Drake Date: Tue, 16 Apr 2002 18:32:37 +0000 (+0000) Subject: Minor wording change. X-Git-Tag: v2.3c1~5916 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=121460d8cb0102b2b3922786301d67da560c0e0a;p=thirdparty%2FPython%2Fcpython.git Minor wording change. --- diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex index 58162f25ac97..42f14fdddf04 100644 --- a/Doc/api/newtypes.tex +++ b/Doc/api/newtypes.tex @@ -1322,7 +1322,7 @@ int tp_is_gc(PyObject *self) The remaining fields are only defined if the feature test macro \constant{COUNT_ALLOCS} is defined, and are for internal use only. -They are documented here for completion. None of these fields are +They are documented here for completeness. None of these fields are inherited by subtypes. \begin{cmemberdesc}{PyTypeObject}{int}{tp_allocs}