]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove extraneous ')' in abstract.h (GH-19146)
authorJimmy Yang <codingExpert123@gmail.com>
Wed, 8 Apr 2020 09:28:59 +0000 (02:28 -0700)
committerGitHub <noreply@github.com>
Wed, 8 Apr 2020 09:28:59 +0000 (05:28 -0400)
Include/object.h

index 564ba290328f0c41a827ed5f78d6bf8cb9b5ddd8..6c30809124dea8bd174ec4ce7301e0603a39d28f 100644 (file)
@@ -27,7 +27,7 @@ of data it contains.  An object's type is fixed when it is created.
 Types themselves are represented as objects; an object contains a
 pointer to the corresponding type object.  The type itself has a type
 pointer pointing to the object representing the type 'type', which
-contains a pointer to itself!).
+contains a pointer to itself!.
 
 Objects do not float around in memory; once allocated an object keeps
 the same size and address.  Objects that must hold variable-size data