Commit f532fb33 authored by Fred Drake's avatar Fred Drake

Consistency: Don't use module name when referring to functions defined

in the same module.
parent c7899d1a
\section{Standard Module \sectcode{glob}} \section{Standard Module \sectcode{glob}}
\label{module-glob} \label{module-glob}
\stmodindex{glob} \stmodindex{glob}
\setindexsubitem{(in module glob)}
The \module{glob} module finds all the pathnames matching a specified The \module{glob} module finds all the pathnames matching a specified
pattern according to the rules used by the \UNIX{} shell. No tilde 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. ...@@ -21,7 +20,7 @@ which must be a string containing a path specification.
\end{funcdesc} \end{funcdesc}
For example, consider a directory containing only the following files: 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 will produce the following results. Notice how any leading components
of the path are preserved. of the path are preserved.
......
\section{Standard Module \sectcode{glob}} \section{Standard Module \sectcode{glob}}
\label{module-glob} \label{module-glob}
\stmodindex{glob} \stmodindex{glob}
\setindexsubitem{(in module glob)}
The \module{glob} module finds all the pathnames matching a specified The \module{glob} module finds all the pathnames matching a specified
pattern according to the rules used by the \UNIX{} shell. No tilde 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. ...@@ -21,7 +20,7 @@ which must be a string containing a path specification.
\end{funcdesc} \end{funcdesc}
For example, consider a directory containing only the following files: 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 will produce the following results. Notice how any leading components
of the path are preserved. of the path are preserved.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment