summaryrefslogtreecommitdiff
path: root/Doc/c-api/memory.rst
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-04-14 16:42:08 -0400
committerR David Murray <rdmurray@bitdance.com>2015-04-14 16:42:08 -0400
commit04115272d58964616cc989c0bf95de8f30b7021c (patch)
tree54dbeb75d8ad625599f868cefaa8a9c46c21ff5b /Doc/c-api/memory.rst
parent0693797432dbc6f8f843b128f8e631993dbe019d (diff)
downloadcpython-04115272d58964616cc989c0bf95de8f30b7021c.tar.gz
#23957: fix typo.
Diffstat (limited to 'Doc/c-api/memory.rst')
-rw-r--r--Doc/c-api/memory.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst
index a82e1c2f2c..7908622d2b 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`