fix use of undefined markup

This commit is contained in:
Fred Drake 2003-11-10 14:48:48 +00:00
parent dbe7980d6a
commit 28eae084bf
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ There is no \cfunction{PyNone_Check()} function for the same reason.
\end{cvardesc}
\begin{csimplemacrodesc}{Py_RETURN_NONE}
Properly handles returning \cvar{Py_None} from within a C function.
Properly handles returning \cdata{Py_None} from within a C function.
\end{csimplemacrodesc}