]> granicus.if.org Git - python/commitdiff
Turn the space in [\^ ...] into a hard space: [\^\ ...].
authorGuido van Rossum <guido@python.org>
Wed, 11 Feb 1998 22:52:47 +0000 (22:52 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Feb 1998 22:52:47 +0000 (22:52 +0000)
Doc/lib/libre.tex
Doc/libre.tex

index 93cd4c6961e53ad4bfb65da146bb7a09910666f6..3c288d1f5861c89a1c01f35c9673d966aab60f63 100644 (file)
@@ -232,7 +232,7 @@ equivalent to the set \code{[{\^}0-9]}.
 equivalent to the set \code{[ \e t\e n\e r\e f\e v]}.
 %
 \item[\code{\e S}]Matches any non-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]}.
 %
 \item[\code{\e w}]When the \code{LOCALE} flag is not specified,
 matches any alphanumeric character; this is equivalent to the set
index 93cd4c6961e53ad4bfb65da146bb7a09910666f6..3c288d1f5861c89a1c01f35c9673d966aab60f63 100644 (file)
@@ -232,7 +232,7 @@ equivalent to the set \code{[{\^}0-9]}.
 equivalent to the set \code{[ \e t\e n\e r\e f\e v]}.
 %
 \item[\code{\e S}]Matches any non-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]}.
 %
 \item[\code{\e w}]When the \code{LOCALE} flag is not specified,
 matches any alphanumeric character; this is equivalent to the set