Commit 4ccf6e73 authored by Fred Drake's avatar Fred Drake

fix \NULL with following space and no {}

parent 77e0212b
...@@ -682,7 +682,7 @@ interpreter lock has been created. ...@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment