Wording fix

This commit is contained in:
Andrew M. Kuchling 2009-10-05 21:24:20 +00:00
parent 3de4647022
commit 3fab04078d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ insert ::
import pdb; pdb.set_trace()
at the location you want to break into the debugger. You can then step through
the code following this statement, and continue running without debugger using
the code following this statement, and continue running without the debugger using
the ``c`` command.
The typical usage to inspect a crashed program is::