]> granicus.if.org Git - python/commitdiff
Sigh. Apply a similar patch to the *other* occurrence of [^...].
authorGuido van Rossum <guido@python.org>
Mon, 12 Jan 1998 05:49:05 +0000 (05:49 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 Jan 1998 05:49:05 +0000 (05:49 +0000)
Doc/lib/libre.tex
Doc/libre.tex

index 27d620bb6b5fb6c2fba095737fe33478ae7930c5..f3e8468c81d66157c0cae629dc0d9c9ec2eb4016 100644 (file)
@@ -234,7 +234,7 @@ for the current locale.
 %
 \item[\code{\e W}]When the LOCALE flag is not specified, matches any
 non-alphanumeric character; this is equivalent to the set
-\code{[\^a-zA-Z0-9_]}.   With LOCALE, it will match any character
+\code{[{\^}a-zA-Z0-9_]}.   With LOCALE, it will match any character
 not in the set \code{[0-9_]}, and not defined as a letter
 for the current locale.
 
index 27d620bb6b5fb6c2fba095737fe33478ae7930c5..f3e8468c81d66157c0cae629dc0d9c9ec2eb4016 100644 (file)
@@ -234,7 +234,7 @@ for the current locale.
 %
 \item[\code{\e W}]When the LOCALE flag is not specified, matches any
 non-alphanumeric character; this is equivalent to the set
-\code{[\^a-zA-Z0-9_]}.   With LOCALE, it will match any character
+\code{[{\^}a-zA-Z0-9_]}.   With LOCALE, it will match any character
 not in the set \code{[0-9_]}, and not defined as a letter
 for the current locale.