diff options
author | Guido van Rossum <guido@python.org> | 1998-02-11 22:52:47 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-02-11 22:52:47 (GMT) |
commit | f5370f4019e38a814c788c24f9b3ee2acc3d8b93 (patch) | |
tree | 8b3f19cda9d25f7960f076f76f6796506b67a25f /Doc/libre.tex | |
parent | 1c974db134496ff8a258f37cdf527925283180b5 (diff) | |
download | cpython-f5370f4019e38a814c788c24f9b3ee2acc3d8b93.zip cpython-f5370f4019e38a814c788c24f9b3ee2acc3d8b93.tar.gz cpython-f5370f4019e38a814c788c24f9b3ee2acc3d8b93.tar.bz2 |
Turn the space in [\^ ...] into a hard space: [\^\ ...].
Diffstat (limited to 'Doc/libre.tex')
-rw-r--r-- | Doc/libre.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 |