Doc: fix typos, patch written by Stefan Behnel

This commit is contained in:
Victor Stinner 2016-03-18 15:10:43 +01:00
parent ee6471ec90
commit 9b46a57302
3 changed files with 6 additions and 6 deletions

View file

@ -363,7 +363,7 @@ Customize Memory Allocators
This function now also works on Python compiled in release mode.
On error, the debug hooks now use :mod:`tracemalloc` to get the traceback
where a memory block was allocated. The debug hooks now also check
if the GIL is hold when functions of :c:data:`PYMEM_DOMAIN_OBJ` and
if the GIL is held when functions of :c:data:`PYMEM_DOMAIN_OBJ` and
:c:data:`PYMEM_DOMAIN_MEM` domains are called.