]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41886: Fix documented type of PyType_Type (GH-22454)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Aug 2021 17:48:08 +0000 (10:48 -0700)
committerGitHub <noreply@github.com>
Tue, 3 Aug 2021 17:48:08 +0000 (10:48 -0700)
(cherry picked from commit ac811f9b5a68ce8756911ef2c8be83b46696018f)

Co-authored-by: da-woods <dw-git@d-woods.co.uk>
Doc/c-api/type.rst

index d7f4bd67def13134e1715288f168880f4e723fae..69894cae2069e625fe2f97b5eab2d1f4efdbe85a 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.