mirror of https://github.com/python/cpython.git
bpo-41886: Fix documented type of PyType_Type (GH-22454)
This commit is contained in:
parent
6871fd0e8e
commit
ac811f9b5a
|
@ -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…
Reference in New Issue