From b92dce38e7834dcde4f450c89da1c10f81a6d1a0 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 25 Feb 1998 15:40:22 +0000 Subject: [PATCH] PyFile_FromFile() description: make sure the closing brace for the arguments comes after the arguments are complete. --- Doc/api.tex | 2 +- Doc/api/api.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/api.tex b/Doc/api.tex index ade73cf0bd4..a0e6bc4faa6 100644 --- a/Doc/api.tex +++ b/Doc/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. diff --git a/Doc/api/api.tex b/Doc/api/api.tex index ade73cf0bd4..a0e6bc4faa6 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.