From: R David Murray Date: Tue, 14 Apr 2015 20:42:08 +0000 (-0400) Subject: #23957: fix typo. X-Git-Tag: v3.5.0a4~48^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5be7f1513d3e48ec03b0b95aa33f25991f12308e;p=thirdparty%2FPython%2Fcpython.git #23957: fix typo. --- diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst index a82e1c2f2c50..7908622d2b6a 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`