From: Fred Drake Date: Thu, 30 Jan 2003 22:22:59 +0000 (+0000) Subject: Fix markup error. X-Git-Tag: v2.3c1~2169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=008a36ac20766bc16531827399cbb7409a5f210b;p=thirdparty%2FPython%2Fcpython.git Fix markup error. --- diff --git a/Doc/lib/libtraceback.tex b/Doc/lib/libtraceback.tex index a74613bbcf76..9778c8383426 100644 --- a/Doc/lib/libtraceback.tex +++ b/Doc/lib/libtraceback.tex @@ -119,7 +119,7 @@ A shorthand for \code{format_list(extract_stack(\var{f}, \var{limit}))}. \begin{funcdesc}{tb_lineno}{tb} This function returns the current line number set in the traceback object. This function was necessary because in versions of Python -prior to 2.3 when the \programopt{O} flag was passed to Python the +prior to 2.3 when the \programopt{-O} flag was passed to Python the \code{\var{tb}.tb_lineno} was not updated correctly. This function has no use in versions past 2.3. \end{funcdesc}