summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpdb.tex
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-12-18 01:20:29 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2002-12-18 01:20:29 (GMT)
commit3e93b4d222dccc1f5c26a511d4df8c942d7694ef (patch)
treed2a6b1005b3464fd4bfb8a81cd56fd621e451d45 /Doc/lib/libpdb.tex
parent06982221bbb3321d3b79c35e6f62f7c1368dd6c0 (diff)
downloadcpython-3e93b4d222dccc1f5c26a511d4df8c942d7694ef.zip
cpython-3e93b4d222dccc1f5c26a511d4df8c942d7694ef.tar.gz
cpython-3e93b4d222dccc1f5c26a511d4df8c942d7694ef.tar.bz2
Fix typo spotted by Richie Hindle
Diffstat (limited to 'Doc/lib/libpdb.tex')
-rw-r--r--Doc/lib/libpdb.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex
index bf779fe..fb2c1b9 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}}}]