diff options
author | George Yoshida <dynkin@gmail.com> | 2006-04-25 14:09:58 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-04-25 14:09:58 (GMT) |
commit | 3bbbc49060c3a420a339b9d00ec9cf1c95200c82 (patch) | |
tree | 7cc0c8ddc4569d2428178f83398f4e06d7e35fc4 | |
parent | 6dbff33be848ed875f3769be6b866438b099aa3a (diff) | |
download | cpython-3bbbc49060c3a420a339b9d00ec9cf1c95200c82.zip cpython-3bbbc49060c3a420a339b9d00ec9cf1c95200c82.tar.gz cpython-3bbbc49060c3a420a339b9d00ec9cf1c95200c82.tar.bz2 |
minor tweak
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index b062fef..96d71dabb 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 |