fix spelling
This commit is contained in:
parent
44921d965d
commit
36d2f33ef1
|
@ -135,7 +135,7 @@ Simplify the signature of allocator functions, remove the context argument:
|
|||
* ``void* realloc(void *ptr, size_t new_size)``
|
||||
* ``void free(void *ptr)``
|
||||
|
||||
The context is a convinient way to reuse the same allocator for different APIs
|
||||
The context is a convenient way to reuse the same allocator for different APIs
|
||||
(ex: PyMem and PyObject).
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue