From: Thomas Heller Date: Tue, 7 Nov 2006 18:20:47 +0000 (+0000) Subject: Fix grammatical error as well. X-Git-Tag: v2.6a1~2459 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bfc24481f76496c43e1dc0840afe8b8e9f0e7cb;p=python Fix grammatical error as well. Will backport to release25-maint. --- 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