summaryrefslogtreecommitdiffstats
path: root/Doc/library/pdb.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/pdb.rst')
-rw-r--r--Doc/library/pdb.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst
index ba6c1b5..adbff79 100644
--- a/Doc/library/pdb.rst
+++ b/Doc/library/pdb.rst
@@ -265,8 +265,6 @@ unt(il)
Continue execution until the line with the the line number greater than the
current one is reached or when returning from current frame.
- .. versionadded:: 2.6
-
r(eturn)
Continue execution until the current function returns.