mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-41886: Fix documented type of PyType_Type (GH-22454)
(cherry picked from commit ac811f9b5a
)
Co-authored-by: da-woods <dw-git@d-woods.co.uk>
This commit is contained in:
parent
b5f0261127
commit
f26fec4f74
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