diff --git a/pep-0445.txt b/pep-0445.txt index ebb1914dd..1e158c37e 100644 --- a/pep-0445.txt +++ b/pep-0445.txt @@ -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).