diff options
author | Fred Drake <fdrake@acm.org> | 2002-04-16 18:32:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-04-16 18:32:37 (GMT) |
commit | 121460d8cb0102b2b3922786301d67da560c0e0a (patch) | |
tree | ce8bca4868eec8573b87ce7e37ae41d2cee63189 /Doc/api | |
parent | e8fc640349dee549e4804df643cf6653a954e125 (diff) | |
download | cpython-121460d8cb0102b2b3922786301d67da560c0e0a.zip cpython-121460d8cb0102b2b3922786301d67da560c0e0a.tar.gz cpython-121460d8cb0102b2b3922786301d67da560c0e0a.tar.bz2 |
Minor wording change.
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/newtypes.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex index 58162f2..42f14fd 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} |