[Python-checkins] r45713 - python/trunk/Doc/whatsnew/whatsnew25.tex

george.yoshida python-checkins at python.org
Tue Apr 25 16:10:00 CEST 2006


Author: george.yoshida
Date: Tue Apr 25 16:09:58 2006
New Revision: 45713

Modified:
   python/trunk/Doc/whatsnew/whatsnew25.tex
Log:
minor tweak


Modified: python/trunk/Doc/whatsnew/whatsnew25.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew25.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew25.tex	Tue Apr 25 16:09:58 2006
@@ -1423,7 +1423,7 @@
 
 \item The Python debugger provided by the \module{pdb} module
 can now store lists of commands to execute when a breakpoint is
-reached and execution stops.  Once breakpoint #1 has been created,
+reached and execution stops.  Once breakpoint \#1 has been created,
 enter \samp{commands 1} and enter a series of commands to be executed,
 finishing the list with \samp{end}.  The command list can include
 commands that resume execution, such as \samp{continue} or


More information about the Python-checkins mailing list