diff options
author | Fred Drake <fdrake@acm.org> | 1998-12-01 18:37:59 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-12-01 18:37:59 (GMT) |
commit | eabfab104889f5fdd96a279c070bbf5c570b7a21 (patch) | |
tree | cd69f71428a7f1055ef5a3dbe5b4a2051b2e3ba4 /Doc | |
parent | 8fe2a34e1fba55888360a5e62bc1107aa82afa71 (diff) | |
download | cpython-eabfab104889f5fdd96a279c070bbf5c570b7a21.zip cpython-eabfab104889f5fdd96a279c070bbf5c570b7a21.tar.gz cpython-eabfab104889f5fdd96a279c070bbf5c570b7a21.tar.bz2 |
Nits to support conversions.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libpdb.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index 36932d8..e9257dd 100644 --- a/Doc/lib/libpdb.tex +++ b/Doc/lib/libpdb.tex @@ -184,7 +184,7 @@ Move the current frame one level up in the stack trace (to a newer frame). \item[b(reak) \optional{\optional{\var{filename}:}\var{lineno}% - \code{\Large|}\var{function}% + \code{\Large{|}}\var{function}% \optional{, \var{condition}}}] With a \var{lineno} argument, set a break there in the current @@ -204,7 +204,7 @@ the number of times that breakpoint has been hit, the current ignore count, and the associated condition if any. \item[tbreak \optional{\optional{\var{filename}:}\var{lineno}% - \code{\Large|}\var{function}% + \code{\Large{|}}\var{function}% \optional{, \var{condition}}}] Temporary breakpoint, which is removed automatically when it is |