summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-09-16 09:42:19 (GMT)
committerGeorg Brandl <georg@python.org>2009-09-16 09:42:19 (GMT)
commit45bb63fd75b23fa7f5960c3c8ee8cd87c0feefa6 (patch)
tree89dd863b71235df34e73773206d92cbaafd67aa4 /Doc
parent4bbfa2a099c7fbf2a1f294aafddab27e0f17820e (diff)
downloadcpython-45bb63fd75b23fa7f5960c3c8ee8cd87c0feefa6.zip
cpython-45bb63fd75b23fa7f5960c3c8ee8cd87c0feefa6.tar.gz
cpython-45bb63fd75b23fa7f5960c3c8ee8cd87c0feefa6.tar.bz2
#6885: run python 3 as python3.
Diffstat (limited to 'Doc')
-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 f4d0dd6..96b524d 100644
--- a/Doc/library/pdb.rst
+++ b/Doc/library/pdb.rst
@@ -41,7 +41,7 @@ of the debugger is::
:file:`pdb.py` can also be invoked as a script to debug other scripts. For
example::
- python -m pdb myscript.py
+ python3 -m pdb myscript.py
When invoked as a script, pdb will automatically enter post-mortem debugging if
the program being debugged exits abnormally. After post-mortem debugging (or