]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix reference to File Object documentation
authorFred Drake <fdrake@acm.org>
Thu, 1 Jan 2004 03:40:57 +0000 (03:40 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 1 Jan 2004 03:40:57 +0000 (03:40 +0000)
closes SF bug #825810

Doc/lib/libfuncs.tex

index 95657220d9a5454e7124de847a8929cc4b874660..52c863989d52e7ce1ec8b77319d07a6222bf6927 100644 (file)
@@ -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