Commit e0f02f08 authored by Fred Drake's avatar Fred Drake

Fix some small markup nits.

parent 3e93b4d2
...@@ -261,9 +261,9 @@ Set the next line that will be executed. Only available in the ...@@ -261,9 +261,9 @@ Set the next line that will be executed. Only available in the
bottom-most frame. This lets you jump back and execute code bottom-most frame. This lets you jump back and execute code
again, or jump forward to skip code that you don't want to run. again, or jump forward to skip code that you don't want to run.
It should be noted that not all jumps are allowed -- for instance it It should be noted that not all jumps are allowed --- for instance it
is not possible to jump into the middle of a for loop or out of a is not possible to jump into the middle of a \keyword{for} loop or out
finally clause. of a \keyword{finally} clause.
\item[l(ist) \optional{\var{first\optional{, last}}}] \item[l(ist) \optional{\var{first\optional{, last}}}]
...@@ -280,8 +280,8 @@ Print the argument list of the current function. ...@@ -280,8 +280,8 @@ Print the argument list of the current function.
\item[p \var{expression}] \item[p \var{expression}]
Evaluate the \var{expression} in the current context and print its Evaluate the \var{expression} in the current context and print its
value. (Note: \samp{print} can also be used, but is not a debugger value. \note{\samp{print} can also be used, but is not a debugger
command --- this executes the Python \keyword{print} statement.) command --- this executes the Python \keyword{print} statement.}
\item[pp \var{expression}] \item[pp \var{expression}]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment