mirror of https://github.com/python/cpython
Fix grammatical error as well.
Will backport to release25-maint.
This commit is contained in:
parent
a2dd0f3a17
commit
9bfc24481f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue