[Python-checkins] r52653 - python/trunk/Doc/lib/libctypes.tex
thomas.heller
python-checkins at python.org
Tue Nov 7 19:20:47 CET 2006
Author: thomas.heller
Date: Tue Nov 7 19:20:47 2006
New Revision: 52653
Modified:
python/trunk/Doc/lib/libctypes.tex
Log:
Fix grammatical error as well.
Will backport to release25-maint.
Modified: python/trunk/Doc/lib/libctypes.tex
==============================================================================
--- python/trunk/Doc/lib/libctypes.tex (original)
+++ python/trunk/Doc/lib/libctypes.tex Tue Nov 7 19:20:47 2006
@@ -2300,8 +2300,8 @@
\end{classdesc*}
\begin{classdesc*}{py_object}
-Represents the C \code{PyObject *} datatype. Calling this with an
-without an argument creates a \code{NULL} \code{PyObject *} pointer.
+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
More information about the Python-checkins
mailing list