[Python-checkins] python/dist/src/Doc/ext embedding.tex,1.4,1.4.6.1

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri, 21 Jun 2002 06:11:16 -0700


Update of /cvsroot/python/python/dist/src/Doc/ext
In directory usw-pr-cvs1:/tmp/cvs-serv797/ext

Modified Files:
      Tag: release22-maint
	embedding.tex 
Log Message:
Backport of Greg Ward's rev. 1.6 from the trunk:
Typo fix.


Index: embedding.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/embedding.tex,v
retrieving revision 1.4
retrieving revision 1.4.6.1
diff -C2 -d -r1.4 -r1.4.6.1
*** embedding.tex	28 Nov 2001 07:26:14 -0000	1.4
--- embedding.tex	21 Jun 2002 13:11:12 -0000	1.4.6.1
***************
*** 193,197 ****
  \cfunction{PyModule_GetDict()}.  The dictionary is then searched using
  the normal dictionary access routines for the function name.  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
--- 193,197 ----
  \cfunction{PyModule_GetDict()}.  The dictionary is then searched using
  the normal dictionary access routines for the function name.  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