[Python-checkins] r82271 - python/trunk/Lib/pdb.doc
georg.brandl
python-checkins at python.org
Sun Jun 27 13:24:15 CEST 2010
Author: georg.brandl
Date: Sun Jun 27 13:24:15 2010
New Revision: 82271
Log:
Untabify.
Modified:
python/trunk/Lib/pdb.doc
Modified: python/trunk/Lib/pdb.doc
==============================================================================
--- python/trunk/Lib/pdb.doc (original)
+++ python/trunk/Lib/pdb.doc Sun Jun 27 13:24:15 2010
@@ -138,8 +138,8 @@
run [args...]
Restart the debugged python program. If a string is supplied it is
splitted 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".
+ History, breakpoints, actions and debugger options are preserved.
+ "restart" is an alias for "run".
c(ont(inue))
Continue execution, only stop when a breakpoint is encountered.
More information about the Python-checkins
mailing list