Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ccf6e7

Browse files
committed
fix \NULL with following space and no {}
1 parent 77e0212 commit 4ccf6e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/init.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ \section{Thread State and the Global Interpreter Lock
682682
If this function returns \NULL, no exception has been raised and the
683683
caller should assume no current thread state is available.
684684
\versionchanged[Previously this could only be called when a current
685-
thread is active, and \NULL meant that an exception was raised]{2.3}
685+
thread is active, and \NULL{} meant that an exception was raised]{2.3}
686686
\end{cfuncdesc}
687687

688688
\begin{cfuncdesc}{int}{PyThreadState_SetAsyncExc}{long id, PyObject *exc}

0 commit comments

Comments
 (0)