diff options
author | Fred Drake <fdrake@acm.org> | 2003-11-10 14:48:48 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-11-10 14:48:48 (GMT) |
commit | 28eae084bfb4912dbaa8917dffc444273b8cacb5 (patch) | |
tree | 05a12c5d7141e9ead11ba605815c509284f10f82 /Doc/api | |
parent | dbe7980d6a7f977db6e0d6a8465ab6567afd7aa4 (diff) | |
download | cpython-28eae084bfb4912dbaa8917dffc444273b8cacb5.zip cpython-28eae084bfb4912dbaa8917dffc444273b8cacb5.tar.gz cpython-28eae084bfb4912dbaa8917dffc444273b8cacb5.tar.bz2 |
fix use of undefined markup
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/concrete.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 7ad6e91..bf8d438 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} |