diff options
author | Guido van Rossum <guido@python.org> | 1997-12-30 20:38:16 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-30 20:38:16 (GMT) |
commit | eb0f066fb84e71f418cf6a27c38b128aee33a834 (patch) | |
tree | b2695f000fd9119a7eabe7d7beff8c413ddcf097 /Doc/libre.tex | |
parent | 51ca6e3e42d6ad733dae25c7db7c89415e7cf962 (diff) | |
download | cpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.zip cpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.tar.gz cpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.tar.bz2 |
Correct small nits reported by Rob Hooft.
Diffstat (limited to 'Doc/libre.tex')
-rw-r--r-- | Doc/libre.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libre.tex b/Doc/libre.tex index 6791be7..33f7cb8 100644 --- a/Doc/libre.tex +++ b/Doc/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 |