]> granicus.if.org Git - python/commitdiff
Nits to support conversions.
authorFred Drake <fdrake@acm.org>
Tue, 1 Dec 1998 18:37:59 +0000 (18:37 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 1 Dec 1998 18:37:59 +0000 (18:37 +0000)
Doc/lib/libpdb.tex

index 36932d8c40004912b7d87c27c438ad092e94014c..e9257ddbf5678a459f322e1938b5db61ac0885e8 100644 (file)
@@ -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