[Python-checkins] cpython (3.4): #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/ef58fc2e7b06
changeset:   95658:ef58fc2e7b06
branch:      3.4
parent:      95652:752ea0acc37e
user:        R David Murray <rdmurray at bitdance.com>
date:        Tue Apr 14 16:42:08 2015 -0400
summary:
  #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
@@ -272,7 +272,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