]> granicus.if.org Git - python/commitdiff
regex -> re
authorGuido van Rossum <guido@python.org>
Mon, 15 Dec 1997 17:53:31 +0000 (17:53 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Dec 1997 17:53:31 +0000 (17:53 +0000)
Doc/lib/libfnmatch.tex
Doc/libfnmatch.tex

index 8bce50a18e98ebf863509af9f82f6a85fc8bd922..223b6153dfd8d9d0b7b490ddc9d9db3aa225cec8 100644 (file)
@@ -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
index 8bce50a18e98ebf863509af9f82f6a85fc8bd922..223b6153dfd8d9d0b7b490ddc9d9db3aa225cec8 100644 (file)
@@ -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