Textual references to the glob module can be hyperlinks.

This commit is contained in:
Fred Drake 1999-04-21 17:04:43 +00:00
parent eeb63fd6c2
commit e688aec707
1 changed files with 2 additions and 2 deletions

View 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).