]> granicus.if.org Git - python/commitdiff
fix \NULL with following space and no {}
authorFred Drake <fdrake@acm.org>
Sun, 7 Sep 2003 02:32:55 +0000 (02:32 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 7 Sep 2003 02:32:55 +0000 (02:32 +0000)
Doc/api/init.tex

index c3c7a1a2a616de5ed791764b8ac6e0284f4997c0..6d009bbaad3bf1b3892d7209714a5394e495bfc9 100644 (file)
@@ -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}