diff options
author | Fred Drake <fdrake@acm.org> | 1998-10-28 20:08:35 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-10-28 20:08:35 (GMT) |
commit | 130072d66343d171dc0ad2ef5c2a56f1effab714 (patch) | |
tree | f0a102b8e26ff5c9bb8b2faa53218d0e4a8406a9 /Doc/lib | |
parent | c024c99faf60eb866ee2e4a2b7f52751e013e01a (diff) | |
download | cpython-130072d66343d171dc0ad2ef5c2a56f1effab714.zip cpython-130072d66343d171dc0ad2ef5c2a56f1effab714.tar.gz cpython-130072d66343d171dc0ad2ef5c2a56f1effab714.tar.bz2 |
Don't describe something as "below"; that won't make sense for the
HTML version. Give a reference to the actual section to allow a
hyperlink to be built.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libstdtypes.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 57c43d5..ba26ca4 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -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} |