]> granicus.if.org Git - python/commitdiff
PyFile_FromFile() description: make sure the closing brace for the arguments
authorFred Drake <fdrake@acm.org>
Wed, 25 Feb 1998 15:40:22 +0000 (15:40 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 25 Feb 1998 15:40:22 +0000 (15:40 +0000)
comes after the arguments are complete.

Doc/api.tex
Doc/api/api.tex

index ade73cf0bd43da67be4c84e37a852b51570e3bd4..a0e6bc4faa6f802b726c1439433a258e7538ece9 100644 (file)
@@ -2169,7 +2169,7 @@ specified in \var{name} with the mode specified in \var{mode}.
 \end{cfuncdesc}
 
 \begin{cfuncdesc}{PyObject *}{PyFile_FromFile}{FILE *fp,
-              char *name, char *mode, int (*close})
+              char *name, char *mode, int (*close)}
 Creates a new \code{PyFileObject} from the already-open \var{fp}.
 The function \var{close} will be called when the file should be
 closed.
index ade73cf0bd43da67be4c84e37a852b51570e3bd4..a0e6bc4faa6f802b726c1439433a258e7538ece9 100644 (file)
@@ -2169,7 +2169,7 @@ specified in \var{name} with the mode specified in \var{mode}.
 \end{cfuncdesc}
 
 \begin{cfuncdesc}{PyObject *}{PyFile_FromFile}{FILE *fp,
-              char *name, char *mode, int (*close})
+              char *name, char *mode, int (*close)}
 Creates a new \code{PyFileObject} from the already-open \var{fp}.
 The function \var{close} will be called when the file should be
 closed.