diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-19 15:18:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-19 15:18:02 (GMT) |
commit | c92740708d1ced7533dd225b395ca3afd293495e (patch) | |
tree | 5a35c351b1a52affefd12d51864f81f8667d9d26 /Doc/libpdb.tex | |
parent | 20e01966f58c5ad3177fd67a927e456eb2ac023c (diff) | |
download | cpython-c92740708d1ced7533dd225b395ca3afd293495e.zip cpython-c92740708d1ced7533dd225b395ca3afd293495e.tar.gz cpython-c92740708d1ced7533dd225b395ca3afd293495e.tar.bz2 |
Adjust grouping for the "b(reak)" command syntax description. This is
required to get the info generation back in operation, yet again.
Diffstat (limited to 'Doc/libpdb.tex')
-rw-r--r-- | Doc/libpdb.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libpdb.tex b/Doc/libpdb.tex index d560a11..d589032 100644 --- a/Doc/libpdb.tex +++ b/Doc/libpdb.tex @@ -162,7 +162,7 @@ Move the current frame one level down in the stack trace Move the current frame one level up in the stack trace (to a newer frame). -\item[b(reak) \optional{\var{lineno}{\Large\code{|}}\var{function}% +\item[b(reak) \optional{\var{lineno}\code{\Large|}\var{function}% \optional{, \code{'}\var{condition}\code{'}}}] With a \var{lineno} argument, set a break there in the current |