diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-10-13 17:47:30 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-10-13 17:47:30 (GMT) |
commit | 7decf5e5af035dd15b62aa5894c0c95657fae5ee (patch) | |
tree | 7296d551b64b7533541dfac0d343d5e366ee57ad /Doc/api | |
parent | 2bfb94c871caeae622174485264f407d9df354b9 (diff) | |
download | cpython-7decf5e5af035dd15b62aa5894c0c95657fae5ee.zip cpython-7decf5e5af035dd15b62aa5894c0c95657fae5ee.tar.gz cpython-7decf5e5af035dd15b62aa5894c0c95657fae5ee.tar.bz2 |
SF #822262, Typo in Doc/api/intro.tex
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/intro.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 |