summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfuncs.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-01-01 03:41:27 (GMT)
committerFred Drake <fdrake@acm.org>2004-01-01 03:41:27 (GMT)
commitfcadf6bdaf47b21f3ba1f5c286ffba4d8e56a6a2 (patch)
treeb5235f4f980475a82d52dc3237f9fd8a005c64c3 /Doc/lib/libfuncs.tex
parent74bb7f03b1ff097d2e08544539549ec7283ffc75 (diff)
downloadcpython-fcadf6bdaf47b21f3ba1f5c286ffba4d8e56a6a2.zip
cpython-fcadf6bdaf47b21f3ba1f5c286ffba4d8e56a6a2.tar.gz
cpython-fcadf6bdaf47b21f3ba1f5c286ffba4d8e56a6a2.tar.bz2
fix reference to File Object documentation
closes SF bug #825810
Diffstat (limited to 'Doc/lib/libfuncs.tex')
-rw-r--r--Doc/lib/libfuncs.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex
index 7823b1b..11a8ba5 100644
--- a/Doc/lib/libfuncs.tex
+++ b/Doc/lib/libfuncs.tex
@@ -352,7 +352,9 @@ class C:
\end{funcdesc}
\begin{funcdesc}{file}{filename\optional{, mode\optional{, bufsize}}}
- Return a new file object (described earlier under Built-in Types).
+ Return a new file object (described in
+ section~\ref{bltin-file-objects}, ``\ulink{File
+ Objects}{bltin-file-objects.html}'').
The first two arguments are the same as for \code{stdio}'s
\cfunction{fopen()}: \var{filename} is the file name to be opened,
\var{mode} indicates how the file is to be opened: \code{'r'} for