]> granicus.if.org Git - python/commitdiff
Remove stray odd character; grammar fix
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 24 Sep 2007 23:45:51 +0000 (23:45 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 24 Sep 2007 23:45:51 +0000 (23:45 +0000)
Doc/library/pdb.rst

index ab277beccd4ca8c4a88f1479e01d409ff88e062b..2b28ae0ef52e7e5c9d6740f0e2a24079553b3b34 100644 (file)
@@ -243,7 +243,7 @@ commands [*bpnumber*]
    Specifying any command resuming execution (currently continue, step, next,
    return, jump, quit and their abbreviations) terminates the command list (as if
    that command was immediately followed by end). This is because any time you
-   resume execution (even with a simple next or step), you may encounter· another
+   resume execution (even with a simple next or step), you may encounter another
    breakpoint--which could have its own command list, leading to ambiguities about
    which list to execute.
 
@@ -334,7 +334,7 @@ unalias *name*
       (Pdb)
 
 run [*args* ...]
-   Restart the debugged python program. If an argument is supplied, it is splitted
+   Restart the debugged python program. If an argument is supplied, it is split
    with "shlex" and the result is used as the new sys.argv. History, breakpoints,
    actions and debugger options are preserved. "restart" is an alias for "run".