summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libre.tex
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-03-17 16:26:31 (GMT)
committerGeorg Brandl <georg@python.org>2006-03-17 16:26:31 (GMT)
commitdb815abc70a20f81c9de1c99b9089944c802c715 (patch)
tree4fe27086334262c4177877d4401c40d16975a2e6 /Doc/lib/libre.tex
parentda37604ee32cdefbb0184b7f34c97cf1aa1ec3cf (diff)
downloadcpython-db815abc70a20f81c9de1c99b9089944c802c715.zip
cpython-db815abc70a20f81c9de1c99b9089944c802c715.tar.gz
cpython-db815abc70a20f81c9de1c99b9089944c802c715.tar.bz2
More \exception fixes.
Diffstat (limited to 'Doc/lib/libre.tex')
-rw-r--r--Doc/lib/libre.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex
index 0fd5796..1404e09 100644
--- a/Doc/lib/libre.tex
+++ b/Doc/lib/libre.tex
@@ -931,7 +931,7 @@ The equivalent regular expression would be
\leftline{\strong{Avoiding recursion}}
If you create regular expressions that require the engine to perform a
-lot of recursion, you may encounter a RuntimeError exception with
+lot of recursion, you may encounter a \exception{RuntimeError} exception with
the message \code{maximum recursion limit} exceeded. For example,
\begin{verbatim}