]> granicus.if.org Git - python/commitdiff
Remove bogus character.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 17 Apr 2006 17:37:09 +0000 (17:37 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 17 Apr 2006 17:37:09 +0000 (17:37 +0000)
Lib/pdb.py

index ffc75aed250ee5f90fdbf7eb421514b643e70ff1..c3b64ead7c674dc5d2b3754af77d3d8528ec503f 100755 (executable)
@@ -1051,7 +1051,7 @@ 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·
+(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.