From: Guido van Rossum Date: Wed, 11 Feb 1998 22:52:47 +0000 (+0000) Subject: Turn the space in [\^ ...] into a hard space: [\^\ ...]. X-Git-Tag: v1.5.1~804 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5370f4019e38a814c788c24f9b3ee2acc3d8b93;p=python Turn the space in [\^ ...] into a hard space: [\^\ ...]. --- diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 93cd4c6961..3c288d1f58 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -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 diff --git a/Doc/libre.tex b/Doc/libre.tex index 93cd4c6961..3c288d1f58 100644 --- a/Doc/libre.tex +++ b/Doc/libre.tex @@ -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