Merge: #23957: fix typo.

This commit is contained in:
R David Murray 2015-04-14 16:42:49 -04:00
commit f3cae79883
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ Customize Memory Allocators
:c:func:`PyObject_Free`
Newly allocated memory is filled with the byte ``0xCB``, freed memory is
filled with the byte ``0xDB``. Additionnal checks:
filled with the byte ``0xDB``. Additional checks:
- detect API violations, ex: :c:func:`PyObject_Free` called on a buffer
allocated by :c:func:`PyMem_Malloc`