]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in Memory Management doc. (GH-10798)
authorKevin Adler <kadler@us.ibm.com>
Fri, 30 Nov 2018 07:42:47 +0000 (01:42 -0600)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 30 Nov 2018 07:42:47 +0000 (09:42 +0200)
Doc/c-api/memory.rst

index 9f7b13c14729531f91949c3f824a8dd1135c6781..b79b7e49b67e14cc72d1691a9d62b06bbb4e4673 100644 (file)
@@ -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: