summaryrefslogtreecommitdiff
path: root/Doc/api/api.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/api/api.tex')
-rw-r--r--Doc/api/api.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/api/api.tex b/Doc/api/api.tex
index e3f22325c4..69f0f02d5a 100644
--- a/Doc/api/api.tex
+++ b/Doc/api/api.tex
@@ -3984,8 +3984,7 @@ if given, the \function{str()} of the object is written instead of the
failure; the appropriate exception will be set.
\end{cfuncdesc}
-\begin{cfuncdesc}{int}{PyFile_WriteString}{char *s, PyFileObject *p,
- int flags}
+\begin{cfuncdesc}{int}{PyFile_WriteString}{char *s, PyFileObject *p}
Writes string \var{s} to file object \var{p}. Returns \code{0} on
success or \code{-1} on failure; the appropriate exception will be
set.