diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-04-17 17:37:09 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-04-17 17:37:09 (GMT) |
commit | f62eee1c2a51e52e7ae2f6e9e9ff5fbe63ce3ced (patch) | |
tree | a0b3a473df36a6eb28fbd7b2eac40e5389c3f22e /Lib/pdb.py | |
parent | 70f5f7a9f4222cacaf0388c50fed046ecc7787e4 (diff) | |
download | cpython-f62eee1c2a51e52e7ae2f6e9e9ff5fbe63ce3ced.zip cpython-f62eee1c2a51e52e7ae2f6e9e9ff5fbe63ce3ced.tar.gz cpython-f62eee1c2a51e52e7ae2f6e9e9ff5fbe63ce3ced.tar.bz2 |
Remove bogus character.
Diffstat (limited to 'Lib/pdb.py')
-rwxr-xr-x | Lib/pdb.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |