[Python-checkins] python/dist/src/Doc/api intro.tex,1.3,1.4

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Mon Oct 13 13:47:32 EDT 2003


Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1:/tmp/cvs-serv27137

Modified Files:
	intro.tex 
Log Message:
SF #822262, Typo in Doc/api/intro.tex

Index: intro.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/intro.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** intro.tex	28 Nov 2001 07:26:14 -0000	1.3
--- intro.tex	13 Oct 2003 17:47:30 -0000	1.4
***************
*** 281,285 ****
  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
  argument to the function) \emph{doesn't enter into it!}  Thus, if you 
  extract an item from a list using \cfunction{PyList_GetItem()}, you
--- 281,285 ----
  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 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





More information about the Python-checkins mailing list