diff options
author | Thomas Heller <theller@ctypes.org> | 2006-11-07 18:01:18 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2006-11-07 18:01:18 (GMT) |
commit | a2dd0f3a17c022b13f0939d2042b0051f313f0c8 (patch) | |
tree | c4116549fd341c08fb8c5d04a2fbab36788cb367 /Doc | |
parent | 158ad59937363e4d55990f472904ecd142a1eecd (diff) | |
download | cpython-a2dd0f3a17c022b13f0939d2042b0051f313f0c8.zip cpython-a2dd0f3a17c022b13f0939d2042b0051f313f0c8.tar.gz cpython-a2dd0f3a17c022b13f0939d2042b0051f313f0c8.tar.bz2 |
Fix markup.
Will backport to release25-maint.
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/lib/libctypes.tex | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex index 8474a44..2a6b891 100755 --- a/Doc/lib/libctypes.tex +++ b/Doc/lib/libctypes.tex @@ -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}. |