From 9bd308f67b476e72319e22490992b648b3461845 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 25 Aug 2003 04:43:53 +0000 Subject: [PATCH] Fix doubled word typos. --- Doc/api/newtypes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex index 2c5982d84bc..f0af8109a34 100644 --- a/Doc/api/newtypes.tex +++ b/Doc/api/newtypes.tex @@ -22,7 +22,7 @@ defining new object types. Initialize a newly-allocated object \var{op} with its type and initial reference. Returns the initialized object. If \var{type} indicates that the object participates in the cyclic garbage - detector, it it added to the detector's set of observed objects. + detector, it is added to the detector's set of observed objects. Other fields of the object are not affected. \end{cfuncdesc}