Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5be7f15

Browse files
committed
#23957: fix typo.
1 parent 0f2f3bc commit 5be7f15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/memory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Customize Memory Allocators
272272
:c:func:`PyObject_Free`
273273
274274
Newly allocated memory is filled with the byte ``0xCB``, freed memory is
275-
filled with the byte ``0xDB``. Additionnal checks:
275+
filled with the byte ``0xDB``. Additional checks:
276276
277277
- detect API violations, ex: :c:func:`PyObject_Free` called on a buffer
278278
allocated by :c:func:`PyMem_Malloc`

0 commit comments

Comments
 (0)