summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libtraceback.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-01-30 22:22:59 (GMT)
committerFred Drake <fdrake@acm.org>2003-01-30 22:22:59 (GMT)
commit008a36ac20766bc16531827399cbb7409a5f210b (patch)
tree5a68c681e7d9a975fb85ac42944f7cfb9345b325 /Doc/lib/libtraceback.tex
parent177e41a1178e501887d24610c0c3feba2cf7f70c (diff)
downloadcpython-008a36ac20766bc16531827399cbb7409a5f210b.zip
cpython-008a36ac20766bc16531827399cbb7409a5f210b.tar.gz
cpython-008a36ac20766bc16531827399cbb7409a5f210b.tar.bz2
Fix markup error.
Diffstat (limited to 'Doc/lib/libtraceback.tex')
-rw-r--r--Doc/lib/libtraceback.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtraceback.tex b/Doc/lib/libtraceback.tex
index a74613b..9778c83 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}