]> granicus.if.org Git - python/commitdiff
#6885: run python 3 as python3.
authorGeorg Brandl <georg@python.org>
Wed, 16 Sep 2009 09:42:19 +0000 (09:42 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 16 Sep 2009 09:42:19 +0000 (09:42 +0000)
Doc/library/pdb.rst

index f4d0dd6fce042d1fa92c09fa9705906e4e80c12a..96b524daf10c99001cf935c935a671cfffa58d24 100644 (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