diff options
Diffstat (limited to 'Doc/api/api.tex')
-rw-r--r-- | Doc/api/api.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/api.tex b/Doc/api/api.tex index ade73cf..a0e6bc4 100644 --- a/Doc/api/api.tex +++ b/Doc/api/api.tex @@ -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. |