Kaydet (Commit) 3fab0407 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Wording fix

üst 3de46470
......@@ -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::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment