Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b75dca commit 024ef6fCopy full SHA for 024ef6f
1 file changed
Doc/api/api.tex
@@ -3984,8 +3984,7 @@ \subsection{File Objects \label{fileObjects}}
3984
failure; the appropriate exception will be set.
3985
\end{cfuncdesc}
3986
3987
-\begin{cfuncdesc}{int}{PyFile_WriteString}{char *s, PyFileObject *p,
3988
- int flags}
+\begin{cfuncdesc}{int}{PyFile_WriteString}{char *s, PyFileObject *p}
3989
Writes string \var{s} to file object \var{p}. Returns \code{0} on
3990
success or \code{-1} on failure; the appropriate exception will be
3991
set.
0 commit comments