mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
bpo-41886: Fix documented type of PyType_Type (GH-22454)
This commit is contained in:
parent
6871fd0e8e
commit
ac811f9b5a
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ Type Objects
|
|||
The C structure of the objects used to describe built-in types.
|
||||
|
||||
|
||||
.. c:var:: PyObject* PyType_Type
|
||||
.. c:var:: PyTypeObject PyType_Type
|
||||
|
||||
This is the type object for type objects; it is the same object as
|
||||
:class:`type` in the Python layer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue