From f5370f4019e38a814c788c24f9b3ee2acc3d8b93 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 11 Feb 1998 22:52:47 +0000 Subject: Turn the space in [\^ ...] into a hard space: [\^\ ...]. --- Doc/lib/libre.tex | 2 +- Doc/libre.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 93cd4c6..3c288d1 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 93cd4c6..3c288d1 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 -- cgit v0.12