summaryrefslogtreecommitdiff
path: root/Doc/lib/libfnmatch.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-04 05:56:51 +0000
committerFred Drake <fdrake@acm.org>1998-04-04 05:56:51 +0000
commitd275de985ad891f7e06d3055e4e6b30cf6fa5167 (patch)
treea0cf0d021a57281b68b3cd5dd3e9e23573d9d350 /Doc/lib/libfnmatch.tex
parent4bde97f190f2c0f75c781074138bbf0f2876646f (diff)
downloadcpython-git-d275de985ad891f7e06d3055e4e6b30cf6fa5167.tar.gz
Remove obsolete lines like this:
\setindexsubitem{(in module frobnitz)} These are no longer needed when present before any other \setindexsubitem{} in the module section. The indexsubitem is now set by \bimodindex and \stmodindex.
Diffstat (limited to 'Doc/lib/libfnmatch.tex')
-rw-r--r--Doc/lib/libfnmatch.tex1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/lib/libfnmatch.tex b/Doc/lib/libfnmatch.tex
index e5e287197f..cb1684eeb3 100644
--- a/Doc/lib/libfnmatch.tex
+++ b/Doc/lib/libfnmatch.tex
@@ -19,7 +19,6 @@ special to this module. See module \code{glob}\refstmodindex{glob}
for pathname expansion (\module{glob} uses \function{fnmatch()} to
match filename segments).
-\setindexsubitem{(in module fnmatch)}
\begin{funcdesc}{fnmatch}{filename, pattern}
Test whether the \var{filename} string matches the \var{pattern}