]> granicus.if.org Git - python/commitdiff
Don't describe something as "below"; that won't make sense for the
authorFred Drake <fdrake@acm.org>
Wed, 28 Oct 1998 20:08:35 +0000 (20:08 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 28 Oct 1998 20:08:35 +0000 (20:08 +0000)
HTML version.  Give a reference to the actual section to allow a
hyperlink to be built.

Doc/lib/libstdtypes.tex

index 57c43d53bb1e59d432555b1ae0868df869c5a639..ba26ca4a53002db8167fbaf413b41b035598e0d2 100644 (file)
@@ -708,11 +708,11 @@ It is written as \code{Ellipsis}.
 \subsubsection{File Objects \label{bltin-file-objects}}
 
 File objects are implemented using \C{}'s \code{stdio} package and can be
-created with the built-in function \code{open()} described under
-Built-in Functions below.  They are also returned by some other
-built-in functions and methods, e.g.\ \function{posix.popen()} and
-\function{posix.fdopen()} and the \method{makefile()} method of socket
-objects.
+created with the built-in function \function{open()} described Section
+\ref{built-in-funcs}, ``Built-in Functions.''  They are also returned
+by some other built-in functions and methods, e.g.,
+\function{posix.popen()} and \function{posix.fdopen()} and the
+\method{makefile()} method of socket objects.
 \bifuncindex{open}
 \refbimodindex{posix}
 \refbimodindex{socket}