Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pep-0697.rst
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ In CPython, this function will be defined as:
return (char *)obj + _align(cls->tp_base->tp_basicsize);
}

Another function will be added to retreive the size of this memory area:
Another function will be added to retrieve the size of this memory area:

.. code-block:: c

Expand Down