diff options
author | Fred Drake <fdrake@acm.org> | 2003-09-07 02:32:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-09-07 02:32:55 (GMT) |
commit | 4ccf6e738e7ae7970b94c09f692fd9aed3fb1d51 (patch) | |
tree | 8fb9af9169143a5c743175ca19fca0eac0178347 /Doc | |
parent | 77e0212b8aabd018c455a5727993e148a49a9699 (diff) | |
download | cpython-4ccf6e738e7ae7970b94c09f692fd9aed3fb1d51.zip cpython-4ccf6e738e7ae7970b94c09f692fd9aed3fb1d51.tar.gz cpython-4ccf6e738e7ae7970b94c09f692fd9aed3fb1d51.tar.bz2 |
fix \NULL with following space and no {}
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/api/init.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/init.tex b/Doc/api/init.tex index c3c7a1a..6d009bb 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} |