mirror of
https://github.com/python/cpython.git
synced 2025-11-08 21:52:45 +00:00
fix use of undefined markup
This commit is contained in:
parent
dbe7980d6a
commit
28eae084bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue