From 0c0441c5ade719cf79f91aa5e813168bd503e13b Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 13 Oct 2003 17:48:23 +0000 Subject: SF #822262, Typo in Doc/api/intro.tex --- Doc/api/intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/api/intro.tex b/Doc/api/intro.tex index 65298eb..ccbe686 100644 --- a/Doc/api/intro.tex +++ b/Doc/api/intro.tex @@ -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 -- cgit v0.12