mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Fix doubled word typos.
This commit is contained in:
parent
e41d4c8ec9
commit
9bd308f67b
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue