[Python-checkins] python/dist/src/Doc/lib libpdb.tex,1.34,1.35

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Tue, 17 Dec 2002 17:20:32 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv610/Doc/lib

Modified Files:
	libpdb.tex 
Log Message:
Fix typo spotted by Richie Hindle

Index: libpdb.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpdb.tex,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** libpdb.tex	17 Dec 2002 16:15:09 -0000	1.34
--- libpdb.tex	18 Dec 2002 01:20:29 -0000	1.35
***************
*** 263,267 ****
  
  It should be noted that not all jumps are allowed -- for instance it
! it not possible to jump into the middle of a for loop or out of a
  finally clause.
  
--- 263,267 ----
  
  It should be noted that not all jumps are allowed -- for instance it
! is not possible to jump into the middle of a for loop or out of a
  finally clause.