[Python-checkins] CVS: python/dist/src/Doc/ref ref7.tex,1.29.8.1,1.29.8.2

Fred L. Drake fdrake@users.sourceforge.net
Fri, 22 Feb 2002 07:40:47 -0800


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

Modified Files:
      Tag: release22-maint
	ref7.tex 
Log Message:
Typo: thsi -> this.  Closes SF bug #521450.

Index: ref7.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref7.tex,v
retrieving revision 1.29.8.1
retrieving revision 1.29.8.2
diff -C2 -d -r1.29.8.1 -r1.29.8.2
*** ref7.tex	28 Dec 2001 04:35:43 -0000	1.29.8.1
--- ref7.tex	22 Feb 2002 15:40:45 -0000	1.29.8.2
***************
*** 281,285 ****
  exception is lost.  A \keyword{continue} statement is illegal in the
  \keyword{finally} clause.  (The reason is a problem with the current
! implementation -- thsi restriction may be lifted in the future).  The
  exception information is not available to the program during execution of
  the \keyword{finally} clause.
--- 281,285 ----
  exception is lost.  A \keyword{continue} statement is illegal in the
  \keyword{finally} clause.  (The reason is a problem with the current
! implementation -- this restriction may be lifted in the future).  The
  exception information is not available to the program during execution of
  the \keyword{finally} clause.