fix \NULL with following space and no {}

This commit is contained in:
Fred Drake 2003-09-07 02:32:55 +00:00
parent 77e0212b8a
commit 4ccf6e738e
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ interpreter lock has been created.
If this function returns \NULL, no exception has been raised and the If this function returns \NULL, no exception has been raised and the
caller should assume no current thread state is available. caller should assume no current thread state is available.
\versionchanged[Previously this could only be called when a current \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} \end{cfuncdesc}
\begin{cfuncdesc}{int}{PyThreadState_SetAsyncExc}{long id, PyObject *exc} \begin{cfuncdesc}{int}{PyThreadState_SetAsyncExc}{long id, PyObject *exc}