]> granicus.if.org Git - python/commitdiff
#23957: fix typo.
authorR David Murray <rdmurray@bitdance.com>
Tue, 14 Apr 2015 20:42:08 +0000 (16:42 -0400)
committerR David Murray <rdmurray@bitdance.com>
Tue, 14 Apr 2015 20:42:08 +0000 (16:42 -0400)
Doc/c-api/memory.rst

index a82e1c2f2c5058651af1389cd8a91ed9a9ad5ccf..7908622d2b6a0fb516ebaa17f85c10832ed49e51 100644 (file)
@@ -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`