]> granicus.if.org Git - python/commitdiff
Fix doubled word typos.
authorRaymond Hettinger <python@rcn.com>
Mon, 25 Aug 2003 04:43:53 +0000 (04:43 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 25 Aug 2003 04:43:53 +0000 (04:43 +0000)
Doc/api/newtypes.tex

index 2c5982d84bc29aae0523b30120a36e16a12d19fc..f0af8109a34203bf861c9d914ec045c573fd1891 100644 (file)
@@ -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}