summaryrefslogtreecommitdiffstats
path: root/Doc/api
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-02 03:24:19 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-02 03:24:19 (GMT)
commit85a5c52752813844a20674e9f062b1386fcd3ee1 (patch)
tree650e41760563048459269b73cf0a31a96508149f /Doc/api
parent34252f99d6c7ac432017965f04e4182818f40b68 (diff)
downloadcpython-85a5c52752813844a20674e9f062b1386fcd3ee1.zip
cpython-85a5c52752813844a20674e9f062b1386fcd3ee1.tar.gz
cpython-85a5c52752813844a20674e9f062b1386fcd3ee1.tar.bz2
Descriptions for PyRun_String(), PyRun_File(), and PyRun_CompileString() all
gave the return type as part of the function field and used an empty return type field. Fixed. Function name field for PyLong_FromString() included an asterisk at the beginning of the function name field; removed.
Diffstat (limited to 'Doc/api')
-rw-r--r--Doc/api/api.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/api/api.tex b/Doc/api/api.tex
index a39e15d..b9ee79e 100644
--- a/Doc/api/api.tex
+++ b/Doc/api/api.tex
@@ -1012,13 +1012,13 @@ more detailed way with the interpreter.
\begin{cfuncdesc}{struct _node *}{PyParser_SimpleParseFile}{FILE *, char *, int}
\end{cfuncdesc}
-\begin{cfuncdesc}{}{PyObject *PyRun_String}{char *, int, PyObject *, PyObject *}
+\begin{cfuncdesc}{PyObject *}{PyRun_String}{char *, int, PyObject *, PyObject *}
\end{cfuncdesc}
-\begin{cfuncdesc}{}{PyObject *PyRun_File}{FILE *, char *, int, PyObject *, PyObject *}
+\begin{cfuncdesc}{PyObject *}{PyRun_File}{FILE *, char *, int, PyObject *, PyObject *}
\end{cfuncdesc}
-\begin{cfuncdesc}{}{PyObject *Py_CompileString}{char *, char *, int}
+\begin{cfuncdesc}{PyObject *}{Py_CompileString}{char *, char *, int}
\end{cfuncdesc}
@@ -2670,7 +2670,7 @@ returns true if it's argument is a \code{PyLongObject}
\end{cfuncdesc}
-\begin{cfuncdesc}{PyObject *}{*PyLong_FromString}{char *, char **, int}
+\begin{cfuncdesc}{PyObject *}{PyLong_FromString}{char *, char **, int}
\end{cfuncdesc}