]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove extraneous ')' in abstract.h (GH-19146)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Apr 2020 10:01:11 +0000 (03:01 -0700)
committerGitHub <noreply@github.com>
Wed, 8 Apr 2020 10:01:11 +0000 (06:01 -0400)
(cherry picked from commit ac2cfe6631b77a2005d8f16f034dbb6154f04ab2)

Co-authored-by: Jimmy Yang <codingExpert123@gmail.com>
Include/object.h

index bcf78afe6bbb17665d7e31a86a02e760da397993..e212fca12ab412817e6daf84eedc45c4e1c0beeb 100644 (file)
@@ -26,7 +26,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