]> granicus.if.org Git - python/commitdiff
Fix markup and grammatical errors. Backport from trunk
authorThomas Heller <theller@ctypes.org>
Tue, 7 Nov 2006 18:23:14 +0000 (18:23 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 7 Nov 2006 18:23:14 +0000 (18:23 +0000)
Doc/lib/libctypes.tex

index 8474a44ef00715c076ada48aa369b06269fcf881..c0e23101baba9c3d424584c05a245b08fe704619 100755 (executable)
@@ -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}.