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
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