[Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.117,1.117.2.1

Fred L. Drake fdrake@users.sourceforge.net
Mon, 21 May 2001 08:04:31 -0700


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

Modified Files:
      Tag: release21-maint
	api.tex 
Log Message:

Typo: "that" --> "than"
This closes SF bug #425320.


Index: api.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.117
retrieving revision 1.117.2.1
diff -C2 -r1.117 -r1.117.2.1
*** api.tex	2001/04/13 17:55:02	1.117
--- api.tex	2001/05/21 15:04:28	1.117.2.1
***************
*** 56,60 ****
  that automate the process to some extent.  While people have embedded 
  Python in other applications since its early existence, the process of 
! embedding Python is less straightforward that writing an extension.  
  
  Many API functions are useful independent of whether you're embedding 
--- 56,60 ----
  that automate the process to some extent.  While people have embedded 
  Python in other applications since its early existence, the process of 
! embedding Python is less straightforward than writing an extension.  
  
  Many API functions are useful independent of whether you're embedding