summaryrefslogtreecommitdiffstats
path: root/Doc/library/pdb.rst
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2009-04-03 21:45:29 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2009-04-03 21:45:29 (GMT)
commita178a69819239b3b1ff7eaf03ec9a24ffd30363b (patch)
tree0270a8a993c8089a5a1ff36d02c3ccc0a37696a8 /Doc/library/pdb.rst
parentaa34f5a2ac27333b149f853c1496a3b096710336 (diff)
downloadcpython-a178a69819239b3b1ff7eaf03ec9a24ffd30363b.zip
cpython-a178a69819239b3b1ff7eaf03ec9a24ffd30363b.tar.gz
cpython-a178a69819239b3b1ff7eaf03ec9a24ffd30363b.tar.bz2
Fix 'the the' duplication
Diffstat (limited to 'Doc/library/pdb.rst')
-rw-r--r--Doc/library/pdb.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst
index 700146b..cfc219c 100644
--- a/Doc/library/pdb.rst
+++ b/Doc/library/pdb.rst
@@ -268,7 +268,7 @@ n(ext)
full speed, only stopping at the next line in the current function.)
unt(il)
- Continue execution until the line with the the line number greater than the
+ Continue execution until the line with the line number greater than the
current one is reached or when returning from current frame.
.. versionadded:: 2.6