From: George Yoshida Date: Tue, 25 Apr 2006 14:09:58 +0000 (+0000) Subject: minor tweak X-Git-Tag: v2.5a2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3bbbc49060c3a420a339b9d00ec9cf1c95200c82;p=thirdparty%2FPython%2Fcpython.git minor tweak --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index b062fef18232..96d71dabb3cd 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -1423,7 +1423,7 @@ The \member{st_flags} member is also available, if the platform supports it. \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