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

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


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

Modified Files:
	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.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** ref7.tex	27 Dec 2001 18:38:10 -0000	1.30
--- ref7.tex	22 Feb 2002 15:40:23 -0000	1.31
***************
*** 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.