]> granicus.if.org Git - python/commitdiff
In description of \D, revise markup so that the caret shows up in the HTML
authorFred Drake <fdrake@acm.org>
Tue, 6 Jan 1998 15:46:21 +0000 (15:46 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 6 Jan 1998 15:46:21 +0000 (15:46 +0000)
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>.

Doc/lib/libre.tex
Doc/libre.tex

index 33f7cb8de8cefeb264bcb672a55db1a736191601..27d620bb6b5fb6c2fba095737fe33478ae7930c5 100644 (file)
@@ -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]}.
index 33f7cb8de8cefeb264bcb672a55db1a736191601..27d620bb6b5fb6c2fba095737fe33478ae7930c5 100644 (file)
@@ -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]}.