summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-08-25 04:43:53 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-08-25 04:43:53 (GMT)
commit9bd308f67b476e72319e22490992b648b3461845 (patch)
tree457ca3dbe084477bcd57e970a714640e1135e781
parente41d4c8ec9b837bd85a1c108b778bed81a86a0db (diff)
downloadcpython-9bd308f67b476e72319e22490992b648b3461845.zip
cpython-9bd308f67b476e72319e22490992b648b3461845.tar.gz
cpython-9bd308f67b476e72319e22490992b648b3461845.tar.bz2
Fix doubled word typos.
-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 2c5982d..f0af810 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}