From: Raymond Hettinger Date: Mon, 25 Aug 2003 04:43:53 +0000 (+0000) Subject: Fix doubled word typos. X-Git-Tag: v2.4a1~1707 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bd308f67b476e72319e22490992b648b3461845;p=python Fix doubled word typos. --- diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex index 2c5982d84b..f0af8109a3 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}