From 5be7f1513d3e48ec03b0b95aa33f25991f12308e Mon Sep 17 00:00:00 2001 From: R David Murray Date: Tue, 14 Apr 2015 16:42:08 -0400 Subject: #23957: fix typo. --- Doc/c-api/memory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst index a82e1c2..7908622 100644 --- a/Doc/c-api/memory.rst +++ b/Doc/c-api/memory.rst @@ -272,7 +272,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` -- cgit v0.12