]> granicus.if.org Git - python/commitdiff
Fix typo spotted by Richie Hindle
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 18 Dec 2002 01:20:29 +0000 (01:20 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 18 Dec 2002 01:20:29 +0000 (01:20 +0000)
Doc/lib/libpdb.tex

index bf779fe730a41970008c599093bf8878a747f6ae..fb2c1b9d03b4457d6046a67cbba498f247eb6b11 100644 (file)
@@ -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}}}]