[Python-checkins] python/dist/src/Doc/ref refa1.tex,1.9.8.2,1.9.8.3

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 26 Jun 2002 14:49:38 -0700


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

Modified Files:
      Tag: release22-maint
	refa1.tex 
Log Message:
Fix various typos reported to python-docs.

Index: refa1.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/refa1.tex,v
retrieving revision 1.9.8.2
retrieving revision 1.9.8.3
diff -C2 -d -r1.9.8.2 -r1.9.8.3
*** refa1.tex	15 Mar 2002 23:18:05 -0000	1.9.8.2
--- refa1.tex	26 Jun 2002 21:49:36 -0000	1.9.8.3
***************
*** 161,168 ****
  \indexii{nested}{scopes}
  
! This section defines the new scoping semantics that will be introduced
! in Python 2.2.  They are available in Python 2.1 by using the future
  statement \samp{nested_scopes}.  This section begins with a bit of
! terminology. 
  
  \subsection{Definitions and rules \label{definitions}}
--- 161,168 ----
  \indexii{nested}{scopes}
  
! This section defines the new scoping semantics that were introduced
! in Python 2.2.  They were available in Python 2.1 by using the future
  statement \samp{nested_scopes}.  This section begins with a bit of
! terminology.
  
  \subsection{Definitions and rules \label{definitions}}
***************
*** 178,182 ****
  
  A \dfn{scope} defines the visibility of a name within a block.  If a
! local variable is defined in a block, it's scope includes that block.
  If the definition occurs in a function block, the scope extends to any
  blocks contained within the defining one, unless a contained block
--- 178,182 ----
  
  A \dfn{scope} defines the visibility of a name within a block.  If a
! local variable is defined in a block, its scope includes that block.
  If the definition occurs in a function block, the scope extends to any
  blocks contained within the defining one, unless a contained block