Commit 3cd35493 authored by R David Murray's avatar R David Murray

#23957: fix typo.

parent e6cb5f35
...@@ -272,7 +272,7 @@ Customize Memory Allocators ...@@ -272,7 +272,7 @@ Customize Memory Allocators
:c:func:`PyObject_Free` :c:func:`PyObject_Free`
Newly allocated memory is filled with the byte ``0xCB``, freed memory is 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 - detect API violations, ex: :c:func:`PyObject_Free` called on a buffer
allocated by :c:func:`PyMem_Malloc` allocated by :c:func:`PyMem_Malloc`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment