From: Fred Drake Date: Sun, 7 Sep 2003 02:35:25 +0000 (+0000) Subject: fix \NULL with following space and no {} X-Git-Tag: v2.3.1~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=181626b35213cf55656c466ee8d93299ffccb456;p=thirdparty%2FPython%2Fcpython.git fix \NULL with following space and no {} --- diff --git a/Doc/api/init.tex b/Doc/api/init.tex index c3c7a1a2a616..6d009bbaad3b 100644 --- a/Doc/api/init.tex +++ b/Doc/api/init.tex @@ -682,7 +682,7 @@ interpreter lock has been created. If this function returns \NULL, no exception has been raised and the caller should assume no current thread state is available. \versionchanged[Previously this could only be called when a current - thread is active, and \NULL meant that an exception was raised]{2.3} + thread is active, and \NULL{} meant that an exception was raised]{2.3} \end{cfuncdesc} \begin{cfuncdesc}{int}{PyThreadState_SetAsyncExc}{long id, PyObject *exc}