]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Textual references to the glob module can be hyperlinks.
authorFred Drake <fdrake@acm.org>
Wed, 21 Apr 1999 17:04:43 +0000 (17:04 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 21 Apr 1999 17:04:43 +0000 (17:04 +0000)
Doc/lib/libfnmatch.tex

index 6557b61e7a68a7291bb919ea3a643a466543d062..ef1033568efffcbf5eaa614435a6500fa7a332ef 100644 (file)
@@ -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).