Sigh. Apply a similar patch to the *other* occurrence of [^...].

This commit is contained in:
Guido van Rossum 1998-01-12 05:49:05 +00:00
parent fd49a964bc
commit b2c45a8197
2 changed files with 2 additions and 2 deletions

View 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.