From: Neal Norwitz Date: Wed, 18 Dec 2002 01:20:29 +0000 (+0000) Subject: Fix typo spotted by Richie Hindle X-Git-Tag: v2.3c1~2967 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e93b4d222dccc1f5c26a511d4df8c942d7694ef;p=thirdparty%2FPython%2Fcpython.git Fix typo spotted by Richie Hindle --- diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index bf779fe730a4..fb2c1b9d03b4 100644 --- a/Doc/lib/libpdb.tex +++ b/Doc/lib/libpdb.tex @@ -262,7 +262,7 @@ bottom-most frame. This lets you jump back and execute code again, or jump forward to skip code that you don't want to run. 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 +is not possible to jump into the middle of a for loop or out of a finally clause. \item[l(ist) \optional{\var{first\optional{, last}}}]