summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstring.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libstring.tex')
-rw-r--r--Doc/lib/libstring.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex
index 1828b2e..bc1649f 100644
--- a/Doc/lib/libstring.tex
+++ b/Doc/lib/libstring.tex
@@ -220,7 +220,7 @@ objects. They are not available as string methods.
\begin{funcdesc}{maketrans}{from, to}
Return a translation table suitable for passing to
- \function{translate()} or \function{regex.compile()}, that will map
+ \function{translate()}, that will map
each character in \var{from} into the character at the same position
in \var{to}; \var{from} and \var{to} must have the same length.