summaryrefslogtreecommitdiffstats
path: root/Doc/libfnmatch.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-15 17:53:31 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-15 17:53:31 (GMT)
commitc0cc6351e5cfa8eac74162c22f89c88aa2bf6ab0 (patch)
tree9d04d5635426579fc67979f8fa091b6c34c08fe3 /Doc/libfnmatch.tex
parent1eadb4103640d874312b9da7b31fa2166996d043 (diff)
downloadcpython-c0cc6351e5cfa8eac74162c22f89c88aa2bf6ab0.zip
cpython-c0cc6351e5cfa8eac74162c22f89c88aa2bf6ab0.tar.gz
cpython-c0cc6351e5cfa8eac74162c22f89c88aa2bf6ab0.tar.bz2
regex -> re
Diffstat (limited to 'Doc/libfnmatch.tex')
-rw-r--r--Doc/libfnmatch.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libfnmatch.tex b/Doc/libfnmatch.tex
index 8bce50a..223b615 100644
--- a/Doc/libfnmatch.tex
+++ b/Doc/libfnmatch.tex
@@ -4,7 +4,7 @@
This module provides support for Unix shell-style wildcards, which are
\emph{not} the same as Python's regular expressions (which are
-documented in the \code{regex} module). The special characters used
+documented in the \code{re} module). The special characters used
in shell-style wildcards are:
\begin{itemize}
\item[\code{*}] matches everything