From: Fred Drake Date: Tue, 1 Dec 1998 18:37:59 +0000 (+0000) Subject: Nits to support conversions. X-Git-Tag: v1.5.2b1~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eabfab104889f5fdd96a279c070bbf5c570b7a21;p=python Nits to support conversions. --- diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index 36932d8c40..e9257ddbf5 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