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

This commit is contained in:
Kevin Adler 2018-11-30 01:42:47 -06:00 committed by Serhiy Storchaka
parent a2e3585e79
commit a407004391
1 changed files with 1 additions and 1 deletions

View 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: