]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41886: Fix documented type of PyType_Type (GH-22454)
authorda-woods <dw-git@d-woods.co.uk>
Tue, 3 Aug 2021 17:21:25 +0000 (18:21 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Aug 2021 17:21:25 +0000 (13:21 -0400)
Doc/c-api/type.rst

index 46cb3768fcee4d5574b070b1c26e49dda7a19cb1..630c7db437cb408a67c01c7c05d03faaac132396 100644 (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.