commit | 45bb63fd75b23fa7f5960c3c8ee8cd87c0feefa6 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Sep 16 09:42:19 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Sep 16 09:42:19 2009 +0000 |
tree | 89dd863b71235df34e73773206d92cbaafd67aa4 | |
parent | 4bbfa2a099c7fbf2a1f294aafddab27e0f17820e [diff] [blame] |
#6885: run python 3 as python3.
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 @@ :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