summaryrefslogtreecommitdiffstats
path: root/Doc/api
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-04-10 18:46:22 (GMT)
committerFred Drake <fdrake@acm.org>2000-04-10 18:46:22 (GMT)
commit37f41565a850e0e9a15eb99dab1f2ac3f153b803 (patch)
tree191129f8aac7e8d3c21374b0406caaadfa551185 /Doc/api
parent98605b54b4d35301e6a29eccac97592dd624528d (diff)
downloadcpython-37f41565a850e0e9a15eb99dab1f2ac3f153b803.zip
cpython-37f41565a850e0e9a15eb99dab1f2ac3f153b803.tar.gz
cpython-37f41565a850e0e9a15eb99dab1f2ac3f153b803.tar.bz2
PyErr_Format():
Remove statement that the return value is always NULL; this is generated by the formatting.
Diffstat (limited to 'Doc/api')
-rw-r--r--Doc/api/api.tex1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/api/api.tex b/Doc/api/api.tex
index 6b4786c..64feded 100644
--- a/Doc/api/api.tex
+++ b/Doc/api/api.tex
@@ -866,7 +866,6 @@ subsequent arguments are converted to output by the C library's
\cfunction{vsprintf()} function. The buffer used internally by
PyErr_Format is 500 bytes long. The caller is responsible for
guaranteeing that the formatted output does not overflow the buffer.
-The return value is always \NULL{}.
\end{cfuncdesc}
\begin{cfuncdesc}{void}{PyErr_SetNone}{PyObject *type}