mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
Fix markup.
Will backport to release25-maint.
This commit is contained in:
parent
158ad59937
commit
a2dd0f3a17
1 changed files with 2 additions and 4 deletions
|
@ -2299,12 +2299,10 @@ Windows only: Represents a \class{HRESULT} value, which contains success
|
|||
or error information for a function or method call.
|
||||
\end{classdesc*}
|
||||
|
||||
\code{py{\_}object} : classdesc*
|
||||
\begin{quote}
|
||||
|
||||
\begin{classdesc*}{py_object}
|
||||
Represents the C \code{PyObject *} datatype. Calling this with an
|
||||
without an argument creates a \code{NULL} \code{PyObject *} pointer.
|
||||
\end{quote}
|
||||
\end{classdesc*}
|
||||
|
||||
The \code{ctypes.wintypes} module provides quite some other Windows
|
||||
specific data types, for example \code{HWND}, \code{WPARAM}, or \code{DWORD}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue