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

Fred L. Drake fdrake@users.sourceforge.net
Mon, 21 Jan 2002 08:09:44 -0800


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

Modified Files:
      Tag: release22-maint
	refa1.tex 
Log Message:
Fix typo reported by François Pinard.

Index: refa1.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/refa1.tex,v
retrieving revision 1.9
retrieving revision 1.9.8.1
diff -C2 -d -r1.9 -r1.9.8.1
*** refa1.tex	2001/11/14 21:38:13	1.9
--- refa1.tex	2002/01/21 16:09:42	1.9.8.1
***************
*** 175,179 ****
  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.
  
  A \dfn{scope} defines the visibility of a name within a block.  If a
--- 175,179 ----
  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 definition.
  
  A \dfn{scope} defines the visibility of a name within a block.  If a