From: Thomas Heller Date: Tue, 7 Nov 2006 18:23:14 +0000 (+0000) Subject: Fix markup and grammatical errors. Backport from trunk X-Git-Tag: v2.5.1c1~267 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27021f1cb8e0c8c60a315a101a364bd6a09ff2e7;p=python Fix markup and grammatical errors. Backport from trunk --- diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex index 8474a44ef0..c0e23101ba 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} - -Represents the C \code{PyObject *} datatype. Calling this with an -without an argument creates a \code{NULL} \code{PyObject *} pointer. -\end{quote} +\begin{classdesc*}{py_object} +Represents the C \code{PyObject *} datatype. Calling this without an +argument creates a \code{NULL} \code{PyObject *} pointer. +\end{classdesc*} The \code{ctypes.wintypes} module provides quite some other Windows specific data types, for example \code{HWND}, \code{WPARAM}, or \code{DWORD}.