[Python-checkins] r45494 - python/trunk/Lib/pdb.py

martin.v.loewis python-checkins at python.org
Mon Apr 17 19:37:11 CEST 2006


Author: martin.v.loewis
Date: Mon Apr 17 19:37:09 2006
New Revision: 45494

Modified:
   python/trunk/Lib/pdb.py
Log:
Remove bogus character.

Modified: python/trunk/Lib/pdb.py
==============================================================================
--- python/trunk/Lib/pdb.py	(original)
+++ python/trunk/Lib/pdb.py	Mon Apr 17 19:37:09 2006
@@ -1051,7 +1051,7 @@
 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.
 


More information about the Python-checkins mailing list