[Python-checkins] cpython (merge 3.4 -> default): Merge: #23957: fix typo.

r.david.murray python-checkins at python.org
Tue Apr 14 22:43:13 CEST 2015


https://hg.python.org/cpython/rev/4286afa7b63e
changeset:   95659:4286afa7b63e
parent:      95657:cbdd56d07123
parent:      95658:ef58fc2e7b06
user:        R David Murray <rdmurray at bitdance.com>
date:        Tue Apr 14 16:42:49 2015 -0400
summary:
  Merge: #23957: fix typo.

files:
  Doc/c-api/memory.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst
--- a/Doc/c-api/memory.rst
+++ b/Doc/c-api/memory.rst
@@ -302,7 +302,7 @@
      :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`

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list