[Python-checkins] python/dist/src/Doc/ext embedding.tex,1.5,1.6
gward@users.sourceforge.net
gward@users.sourceforge.net
2002年6月21日 05:33:11 -0700
Update of /cvsroot/python/python/dist/src/Doc/ext
In directory usw-pr-cvs1:/tmp/cvs-serv21177
Modified Files:
embedding.tex
Log Message:
Typo fix.
Index: embedding.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/embedding.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** embedding.tex 12 Apr 2002 19:04:17 -0000 1.5
--- embedding.tex 21 Jun 2002 12:33:08 -0000 1.6
***************
*** 190,194 ****
Once the script is loaded, the name we're looking for is retrieved
using \cfunction{PyObject_GetAttrString()}. If the name exists, and
! the object retunred is callable, you can safely assume that it is a
function. The program then proceeds by constructing a tuple of
arguments as normal. The call to the Python function is then made
--- 190,194 ----
Once the script is loaded, the name we're looking for is retrieved
using \cfunction{PyObject_GetAttrString()}. If the name exists, and
! the object returned is callable, you can safely assume that it is a
function. The program then proceeds by constructing a tuple of
arguments as normal. The call to the Python function is then made