[Python-checkins] CVS: python/dist/src/Doc/ref refa1.tex,1.8,1.9

Jeremy Hylton jhylton@users.sourceforge.net
Wed, 14 Nov 2001 13:38:16 -0800


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

Modified Files:
	refa1.tex 
Log Message:
Fred observes that the typo was not the only problem with this sentence.


Index: refa1.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/refa1.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** refa1.tex	2001/11/14 21:32:27	1.8
--- refa1.tex	2001/11/14 21:38:13	1.9
***************
*** 173,177 ****
  containing the use.
  
! A \dfn{block} is a piece of Python program text that can is executed as
  a unit.  The following are blocks: a module, a function body, and a
  class defintion.
--- 173,177 ----
  containing the use.
  
! A \dfn{block} is a piece of Python program text that is executed as
  a unit.  The following are blocks: a module, a function body, and a
  class defintion.