From: Martin v. Löwis Date: Mon, 17 Apr 2006 17:37:09 +0000 (+0000) Subject: Remove bogus character. X-Git-Tag: v2.5a2~156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f62eee1c2a51e52e7ae2f6e9e9ff5fbe63ce3ced;p=thirdparty%2FPython%2Fcpython.git Remove bogus character. --- diff --git a/Lib/pdb.py b/Lib/pdb.py index ffc75aed250e..c3b64ead7c67 100755 --- a/Lib/pdb.py +++ b/Lib/pdb.py @@ -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.