bpo-41886: Fix documented type of PyType_Type (GH-22454)

This commit is contained in:
da-woods 2021-08-03 18:21:25 +01:00 committed by GitHub
parent 6871fd0e8e
commit ac811f9b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.