summaryrefslogtreecommitdiff
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-21 17:04:43 +0000
committerFred Drake <fdrake@acm.org>1999-04-21 17:04:43 +0000
commite688aec7078869ed704d7b5c61ed13502c5e5dd4 (patch)
tree1adcf06bef700a30bf934323033aa7484cb224fd /Doc/lib
parenteeb63fd6c2e51fb8a26e7ed373da0f5391d8f6f2 (diff)
downloadcpython-git-e688aec7078869ed704d7b5c61ed13502c5e5dd4.tar.gz
Textual references to the glob module can be hyperlinks.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libfnmatch.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libfnmatch.tex b/Doc/lib/libfnmatch.tex
index 6557b61e7a..ef1033568e 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).