mirror of https://github.com/python/cpython
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>.
This commit is contained in:
parent
ecbc1cc320
commit
c4586387f6
|
@ -219,7 +219,7 @@ Python's string literals.
|
||||||
equivalent to the set \code{[0-9]}.
|
equivalent to the set \code{[0-9]}.
|
||||||
%
|
%
|
||||||
\item[\code{\e D}]Matches any non-digit character; this is
|
\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
|
\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]}.
|
equivalent to the set \code{[ \e t\e n\e r\e f\e v]}.
|
||||||
|
|
|
@ -219,7 +219,7 @@ Python's string literals.
|
||||||
equivalent to the set \code{[0-9]}.
|
equivalent to the set \code{[0-9]}.
|
||||||
%
|
%
|
||||||
\item[\code{\e D}]Matches any non-digit character; this is
|
\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
|
\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]}.
|
equivalent to the set \code{[ \e t\e n\e r\e f\e v]}.
|
||||||
|
|
Loading…
Reference in New Issue