summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
diff options
context:
space:
mode:
authorKevin Adler <kadler@us.ibm.com>2018-11-30 07:42:47 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2018-11-30 07:42:47 (GMT)
commita40700439195a119878150f4f0d425c42ca957ef (patch)
tree69248c7e4b1b051e9d6e5a2de119000b980ac4fe /Doc/c-api
parenta2e3585e79c93b2372dbad46a744e28fcc6dad6d (diff)
downloadcpython-a40700439195a119878150f4f0d425c42ca957ef.zip
cpython-a40700439195a119878150f4f0d425c42ca957ef.tar.gz
cpython-a40700439195a119878150f4f0d425c42ca957ef.tar.bz2
Fix typo in Memory Management doc. (GH-10798)
Diffstat (limited to 'Doc/c-api')
-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 9f7b13c..b79b7e4 100644
--- a/Doc/c-api/memory.rst
+++ b/Doc/c-api/memory.rst
@@ -342,7 +342,7 @@ Configuration Name PyMem_RawMalloc PyMem
Release build ``"pymalloc"`` ``malloc`` ``pymalloc`` ``pymalloc``
Debug build ``"pymalloc_debug"`` ``malloc`` + debug ``pymalloc`` + debug ``pymalloc`` + debug
Release build, without pymalloc ``"malloc"`` ``malloc`` ``malloc`` ``malloc``
-Release build, without pymalloc ``"malloc_debug"`` ``malloc`` + debug ``malloc`` + debug ``malloc`` + debug
+Debug build, without pymalloc ``"malloc_debug"`` ``malloc`` + debug ``malloc`` + debug ``malloc`` + debug
=============================== ==================== ================== ===================== ====================
Legend: