Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2f3bc commit 5be7f15Copy full SHA for 5be7f15
1 file changed
Doc/c-api/memory.rst
@@ -272,7 +272,7 @@ Customize Memory Allocators
272
:c:func:`PyObject_Free`
273
274
Newly allocated memory is filled with the byte ``0xCB``, freed memory is
275
- filled with the byte ``0xDB``. Additionnal checks:
+ filled with the byte ``0xDB``. Additional checks:
276
277
- detect API violations, ex: :c:func:`PyObject_Free` called on a buffer
278
allocated by :c:func:`PyMem_Malloc`
0 commit comments