From: Fred Drake Date: Wed, 21 Apr 1999 17:04:43 +0000 (+0000) Subject: Textual references to the glob module can be hyperlinks. X-Git-Tag: v1.6a1~1554 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e688aec7078869ed704d7b5c61ed13502c5e5dd4;p=thirdparty%2FPython%2Fcpython.git Textual references to the glob module can be hyperlinks. --- diff --git a/Doc/lib/libfnmatch.tex b/Doc/lib/libfnmatch.tex index 6557b61e7a68..ef1033568eff 100644 --- a/Doc/lib/libfnmatch.tex +++ b/Doc/lib/libfnmatch.tex @@ -19,8 +19,8 @@ characters used in shell-style wildcards are: \end{list} Note that the filename separator (\code{'/'} on \UNIX{}) is \emph{not} -special to this module. See module \code{glob}\refstmodindex{glob} -for pathname expansion (\module{glob} uses \function{fnmatch()} to +special to this module. See module \refmodule{glob}\refstmodindex{glob} +for pathname expansion (\refmodule{glob} uses \function{fnmatch()} to match filename segments).