[Python-checkins] r52654 - python/branches/release25-maint/Doc/lib/libctypes.tex

thomas.heller python-checkins at python.org
Tue Nov 7 19:23:15 CET 2006


Author: thomas.heller
Date: Tue Nov  7 19:23:14 2006
New Revision: 52654

Modified:
   python/branches/release25-maint/Doc/lib/libctypes.tex
Log:
Fix markup and grammatical errors. Backport from trunk

Modified: python/branches/release25-maint/Doc/lib/libctypes.tex
==============================================================================
--- python/branches/release25-maint/Doc/lib/libctypes.tex	(original)
+++ python/branches/release25-maint/Doc/lib/libctypes.tex	Tue Nov  7 19:23:14 2006
@@ -2299,12 +2299,10 @@
 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}.


More information about the Python-checkins mailing list