]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Wording fix
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 5 Oct 2009 21:24:20 +0000 (21:24 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 5 Oct 2009 21:24:20 +0000 (21:24 +0000)
Doc/library/pdb.rst

index 99dea6d26c1140347f0bfdfa5ed34697febc74b3..c8e79b4f640e0e53196e9e5aee58a4fb1cf44e04 100644 (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::