mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
fix some markup errors
This commit is contained in:
parent
54a234a566
commit
c22b2999f6
1 changed files with 2 additions and 2 deletions
|
@ -170,14 +170,14 @@ There is no \cfunction{PyNone_Check()} function for the same reason.
|
|||
|
||||
\begin{cfuncdesc}{unsigned long}{PyInt_AsUnsignedLongMask}{PyObject *io}
|
||||
Will first attempt to cast the object to a \ctype{PyIntObject} or
|
||||
\ctypes{PyLongObject}, if it is not already one, and then return its
|
||||
\ctype{PyLongObject}, if it is not already one, and then return its
|
||||
value as unsigned long. This function does not check for overflow.
|
||||
\versionadded{2.3}
|
||||
\end{cfuncdesc}
|
||||
|
||||
\begin{cfuncdesc}{unsigned long}{PyInt_AsUnsignedLongLongMask}{PyObject *io}
|
||||
Will first attempt to cast the object to a \ctype{PyIntObject} or
|
||||
\ctypes{PyLongObject}, if it is not already one, and then return its
|
||||
\ctype{PyLongObject}, if it is not already one, and then return its
|
||||
value as unsigned long long, without checking for overflow.
|
||||
\versionadded{2.3}
|
||||
\end{cfuncdesc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue