From: Fred Drake Date: Thu, 1 Jan 2004 03:41:27 +0000 (+0000) Subject: fix reference to File Object documentation X-Git-Tag: v2.4a1~1008 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcadf6bdaf47b21f3ba1f5c286ffba4d8e56a6a2;p=thirdparty%2FPython%2Fcpython.git fix reference to File Object documentation closes SF bug #825810 --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 7823b1b46283..11a8ba514d22 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