#6885: run python 3 as python3.

This commit is contained in:
Georg Brandl 2009-09-16 09:42:19 +00:00
parent 4bbfa2a099
commit 45bb63fd75
1 changed files with 1 additions and 1 deletions

View File

@ -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