mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Fix grammatical error as well.
Will backport to release25-maint.
This commit is contained in:
parent
a2dd0f3a17
commit
9bfc24481f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue