Skip to content

Commit

Permalink
fix changed grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
manosriram committed Jun 30, 2023
1 parent 37b9027 commit 6bf767b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objects/object_layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ the values pointer, to enable the (legacy) C-API function
* ob_refcnt
* ob_type

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

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

0 comments on commit 6bf767b

Please sign in to comment.