From: Andrew M. Kuchling Date: Mon, 5 Oct 2009 21:24:20 +0000 (+0000) Subject: Wording fix X-Git-Tag: v2.7a1~419 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fab04078d58bccc873837c2f243ed792163031c;p=thirdparty%2FPython%2Fcpython.git Wording fix --- diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 99dea6d26c11..c8e79b4f640e 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -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::