From: Guido van Rossum Date: Mon, 15 Dec 1997 17:53:31 +0000 (+0000) Subject: regex -> re X-Git-Tag: v1.5~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0cc6351e5cfa8eac74162c22f89c88aa2bf6ab0;p=thirdparty%2FPython%2Fcpython.git regex -> re --- diff --git a/Doc/lib/libfnmatch.tex b/Doc/lib/libfnmatch.tex index 8bce50a18e98..223b6153dfd8 100644 --- a/Doc/lib/libfnmatch.tex +++ b/Doc/lib/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 diff --git a/Doc/libfnmatch.tex b/Doc/libfnmatch.tex index 8bce50a18e98..223b6153dfd8 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