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

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


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

Modified Files:
	refa1.tex 
Log Message:
typo


Index: refa1.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/refa1.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** refa1.tex	2001/10/18 15:22:23	1.7
--- refa1.tex	2001/11/14 21:32:27	1.8
***************
*** 90,94 ****
  
  \section{\module{__future__} ---
! 	 Future statement definitions}
  
  \declaremodule[future]{standard}{__future__}
--- 90,94 ----
  
  \section{\module{__future__} ---
!          Future statement definitions}
  
  \declaremodule[future]{standard}{__future__}
***************
*** 173,177 ****
  containing the use.
  
! A \dfn{block} is a pice 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 can is executed as
  a unit.  The following are blocks: a module, a function body, and a
  class defintion.