From: Fred Drake Date: Mon, 10 Nov 2003 14:48:48 +0000 (+0000) Subject: fix use of undefined markup X-Git-Tag: v2.4a1~1298 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28eae084bfb4912dbaa8917dffc444273b8cacb5;p=thirdparty%2FPython%2Fcpython.git fix use of undefined markup --- diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 7ad6e91617f3..bf8d4388e068 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -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}