mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Remove extraneous ')' in abstract.h (GH-19146)
This commit is contained in:
parent
f228bf2300
commit
ac2cfe6631
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue