From 9bfc24481f76496c43e1dc0840afe8b8e9f0e7cb Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Tue, 7 Nov 2006 18:20:47 +0000 Subject: [PATCH] Fix grammatical error as well. Will backport to release25-maint. --- Doc/lib/libctypes.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex index 2a6b891b96..c0e23101ba 100755 --- a/Doc/lib/libctypes.tex +++ b/Doc/lib/libctypes.tex @@ -2300,8 +2300,8 @@ or error information for a function or method call. \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 -- 2.50.1