Commit a4070043 authored by Kevin Adler's avatar Kevin Adler Committed by Serhiy Storchaka

Fix typo in Memory Management doc. (GH-10798)

parent a2e3585e
...@@ -342,7 +342,7 @@ Configuration Name PyMem_RawMalloc PyMem ...@@ -342,7 +342,7 @@ Configuration Name PyMem_RawMalloc PyMem
Release build ``"pymalloc"`` ``malloc`` ``pymalloc`` ``pymalloc`` Release build ``"pymalloc"`` ``malloc`` ``pymalloc`` ``pymalloc``
Debug build ``"pymalloc_debug"`` ``malloc`` + debug ``pymalloc`` + debug ``pymalloc`` + debug Debug build ``"pymalloc_debug"`` ``malloc`` + debug ``pymalloc`` + debug ``pymalloc`` + debug
Release build, without pymalloc ``"malloc"`` ``malloc`` ``malloc`` ``malloc`` 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: Legend:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment