summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libre.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-30 20:38:16 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-30 20:38:16 (GMT)
commiteb0f066fb84e71f418cf6a27c38b128aee33a834 (patch)
treeb2695f000fd9119a7eabe7d7beff8c413ddcf097 /Doc/lib/libre.tex
parent51ca6e3e42d6ad733dae25c7db7c89415e7cf962 (diff)
downloadcpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.zip
cpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.tar.gz
cpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.tar.bz2
Correct small nits reported by Rob Hooft.
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 6791be7..33f7cb8 100644
--- a/Doc/lib/libre.tex
+++ b/Doc/lib/libre.tex
@@ -133,7 +133,7 @@ simply match the '\code{\^}' character.
%
\item[\code{|}]\code{A|B}, where A and B can be arbitrary REs,
creates a regular expression that will match either A or B. This can
-be used inside groups (see below) as well. To match a literal '|',
+be used inside groups (see below) as well. To match a literal '\code{|}',
use \code{\e|}, or enclose it inside a character class, like \code{[|]}.
%
\item[\code{(...)}] Matches whatever regular expression is inside the