diff options
author | Guido van Rossum <guido@python.org> | 1998-01-12 05:49:05 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-01-12 05:49:05 (GMT) |
commit | b2c45a8197a7aa316210a7fbb58ead7732fb2da6 (patch) | |
tree | 5e99dc8ad79d56d68113101ad10e336baf8d0a96 | |
parent | fd49a964bcb473ef20acb70d278766012bf3b577 (diff) | |
download | cpython-b2c45a8197a7aa316210a7fbb58ead7732fb2da6.zip cpython-b2c45a8197a7aa316210a7fbb58ead7732fb2da6.tar.gz cpython-b2c45a8197a7aa316210a7fbb58ead7732fb2da6.tar.bz2 |
Sigh. Apply a similar patch to the *other* occurrence of [^...].
-rw-r--r-- | Doc/lib/libre.tex | 2 | ||||
-rw-r--r-- | Doc/libre.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 27d620b..f3e8468 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -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. diff --git a/Doc/libre.tex b/Doc/libre.tex index 27d620b..f3e8468 100644 --- a/Doc/libre.tex +++ b/Doc/libre.tex @@ -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. |