Commit 28eae084 authored by Fred Drake's avatar Fred Drake

fix use of undefined markup

parent dbe7980d
...@@ -98,7 +98,7 @@ There is no \cfunction{PyNone_Check()} function for the same reason. ...@@ -98,7 +98,7 @@ There is no \cfunction{PyNone_Check()} function for the same reason.
\end{cvardesc} \end{cvardesc}
\begin{csimplemacrodesc}{Py_RETURN_NONE} \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} \end{csimplemacrodesc}
......
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