summaryrefslogtreecommitdiffstats
path: root/Doc/api
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-04-16 18:32:37 (GMT)
committerFred Drake <fdrake@acm.org>2002-04-16 18:32:37 (GMT)
commit121460d8cb0102b2b3922786301d67da560c0e0a (patch)
treece8bca4868eec8573b87ce7e37ae41d2cee63189 /Doc/api
parente8fc640349dee549e4804df643cf6653a954e125 (diff)
downloadcpython-121460d8cb0102b2b3922786301d67da560c0e0a.zip
cpython-121460d8cb0102b2b3922786301d67da560c0e0a.tar.gz
cpython-121460d8cb0102b2b3922786301d67da560c0e0a.tar.bz2
Minor wording change.
Diffstat (limited to 'Doc/api')
-rw-r--r--Doc/api/newtypes.tex2
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}