diff options
Diffstat (limited to 'Doc/libfnmatch.tex')
-rw-r--r-- | Doc/libfnmatch.tex | 2 |
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 |