diff options
author | Raymond Hettinger <python@rcn.com> | 2003-08-25 04:43:53 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-08-25 04:43:53 (GMT) |
commit | 9bd308f67b476e72319e22490992b648b3461845 (patch) | |
tree | 457ca3dbe084477bcd57e970a714640e1135e781 | |
parent | e41d4c8ec9b837bd85a1c108b778bed81a86a0db (diff) | |
download | cpython-9bd308f67b476e72319e22490992b648b3461845.zip cpython-9bd308f67b476e72319e22490992b648b3461845.tar.gz cpython-9bd308f67b476e72319e22490992b648b3461845.tar.bz2 |
Fix doubled word typos.
-rw-r--r-- | Doc/api/newtypes.tex | 2 |
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} |