Skip to content

Commit 6bf767b

Browse files
committed
fix changed grammar
1 parent 37b9027 commit 6bf767b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/object_layout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ the values pointer, to enable the (legacy) C-API function
6262
* ob_refcnt
6363
* ob_type
6464

65-
For a "normal" Python object, i.e., the one that doesn't inherit from a builtin
65+
For a "normal" Python object, one that doesn't inherit from a builtin
6666
class or have slots, the header and pre-header form the entire object.
6767

6868
![Layout of "normal" object in 3.12](./object_layout_312.png)

0 commit comments

Comments
 (0)