PEP 697: Fix typo (#3099)
This commit is contained in:
parent
e756038ec3
commit
086d2a89b7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue