]> granicus.if.org Git - python/commitdiff
SF #822262, Typo in Doc/api/intro.tex
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 13 Oct 2003 17:47:30 +0000 (17:47 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 13 Oct 2003 17:47:30 +0000 (17:47 +0000)
Doc/api/intro.tex

index 65298eba788bf4e783f9a09959878bf78932ad20..ccbe686cc5a5ba66da4a572daa8ce17abed2cf57 100644 (file)
@@ -280,7 +280,7 @@ caller becomes the owner of the reference).
 
 It is important to realize that whether you own a reference returned 
 by a function depends on which function you call only --- \emph{the
-plumage} (the type of the type of the object passed as an
+plumage} (the type of the object passed as an
 argument to the function) \emph{doesn't enter into it!}  Thus, if you 
 extract an item from a list using \cfunction{PyList_GetItem()}, you
 don't own the reference --- but if you obtain the same item from the