From: Fred Drake Date: Tue, 6 Jan 1998 15:46:21 +0000 (+0000) Subject: In description of \D, revise markup so that the caret shows up in the HTML X-Git-Tag: v1.5.1~1023 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4586387f6d7e4f0fc07d9bcc39e25d29e8d3c4e;p=thirdparty%2FPython%2Fcpython.git 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 . --- diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 33f7cb8de8ce..27d620bb6b5f 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/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]}. diff --git a/Doc/libre.tex b/Doc/libre.tex index 33f7cb8de8ce..27d620bb6b5f 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]}.