summaryrefslogtreecommitdiffstats
path: root/Doc/libre.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-06 15:46:21 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-06 15:46:21 (GMT)
commitc4586387f6d7e4f0fc07d9bcc39e25d29e8d3c4e (patch)
tree36b27e1b2218a155574f623b06ffe057e23d875c /Doc/libre.tex
parentecbc1cc3204d51c0bc7982294648548259125f4b (diff)
downloadcpython-c4586387f6d7e4f0fc07d9bcc39e25d29e8d3c4e.zip
cpython-c4586387f6d7e4f0fc07d9bcc39e25d29e8d3c4e.tar.gz
cpython-c4586387f6d7e4f0fc07d9bcc39e25d29e8d3c4e.tar.bz2
In description of \D, revise markup so that the caret shows up in the HTML
version as well as the dvi form. Without the fix, it showed up as an extra zero character. Bug reported by Hugh Sasse <hgs@dmu.ac.uk>.
Diffstat (limited to 'Doc/libre.tex')
-rw-r--r--Doc/libre.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libre.tex b/Doc/libre.tex
index 33f7cb8..27d620b 100644
--- a/Doc/libre.tex
+++ b/Doc/libre.tex
@@ -219,7 +219,7 @@ Python's string literals.
equivalent to the set \code{[0-9]}.
%
\item[\code{\e D}]Matches any non-digit character; this is
-equivalent to the set \code{[\^0-9]}.
+equivalent to the set \code{[{\^}0-9]}.
%
\item[\code{\e s}]Matches any whitespace character; this is
equivalent to the set \code{[ \e t\e n\e r\e f\e v]}.