PEP 697: Fix typo (#3099)

This commit is contained in:
Joshua Cannon 2023-04-11 09:38:45 -05:00 committed by GitHub
parent e756038ec3
commit 086d2a89b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,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