fix spelling

This commit is contained in:
Brett Cannon 2013-06-15 12:28:29 -04:00
parent 44921d965d
commit 36d2f33ef1
1 changed files with 1 additions and 1 deletions

View File

@ -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).