summaryrefslogtreecommitdiffstats
path: root/Doc/libre.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/libre.tex')
-rw-r--r--Doc/libre.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libre.tex b/Doc/libre.tex
index 33f7cb8..27d620b 100644
--- a/Doc/libre.tex
+++ b/Doc/libre.tex
@@ -219,7 +219,7 @@ Python's string literals.
equivalent to the set \code{[0-9]}.
%
\item[\code{\e D}]Matches any non-digit character; this is
-equivalent to the set \code{[\^0-9]}.
+equivalent to the set \code{[{\^}0-9]}.
%
\item[\code{\e s}]Matches any whitespace character; this is
equivalent to the set \code{[ \e t\e n\e r\e f\e v]}.