]> granicus.if.org Git - python/commitdiff
Consistency: Don't use module name when referring to functions defined
authorFred Drake <fdrake@acm.org>
Fri, 3 Apr 1998 06:14:54 +0000 (06:14 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 3 Apr 1998 06:14:54 +0000 (06:14 +0000)
in the same module.

Doc/lib/libglob.tex
Doc/libglob.tex

index dbc6b6acc0cad1c79555b8c517bf733eafda9f9c..97d0ed5944d053c38396c93f7722f58966a79d78 100644 (file)
@@ -1,7 +1,6 @@
 \section{Standard Module \sectcode{glob}}
 \label{module-glob}
 \stmodindex{glob}
-\setindexsubitem{(in module glob)}
 
 The \module{glob} module finds all the pathnames matching a specified
 pattern according to the rules used by the \UNIX{} shell.  No tilde
@@ -21,7 +20,7 @@ which must be a string containing a path specification.
 \end{funcdesc}
 
 For example, consider a directory containing only the following files:
-\file{1.gif}, \file{2.txt}, and \file{card.gif}.  \function{glob.glob()}
+\file{1.gif}, \file{2.txt}, and \file{card.gif}.  \function{glob()}
 will produce the following results.  Notice how any leading components
 of the path are preserved.
 
index dbc6b6acc0cad1c79555b8c517bf733eafda9f9c..97d0ed5944d053c38396c93f7722f58966a79d78 100644 (file)
@@ -1,7 +1,6 @@
 \section{Standard Module \sectcode{glob}}
 \label{module-glob}
 \stmodindex{glob}
-\setindexsubitem{(in module glob)}
 
 The \module{glob} module finds all the pathnames matching a specified
 pattern according to the rules used by the \UNIX{} shell.  No tilde
@@ -21,7 +20,7 @@ which must be a string containing a path specification.
 \end{funcdesc}
 
 For example, consider a directory containing only the following files:
-\file{1.gif}, \file{2.txt}, and \file{card.gif}.  \function{glob.glob()}
+\file{1.gif}, \file{2.txt}, and \file{card.gif}.  \function{glob()}
 will produce the following results.  Notice how any leading components
 of the path are preserved.