Skip to content

Commit a407004

Browse files
kadlerserhiy-storchaka
authored andcommitted
Fix typo in Memory Management doc. (GH-10798)
1 parent a2e3585 commit a407004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/memory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Configuration Name PyMem_RawMalloc PyMem
342342
Release build ``"pymalloc"`` ``malloc`` ``pymalloc`` ``pymalloc``
343343
Debug build ``"pymalloc_debug"`` ``malloc`` + debug ``pymalloc`` + debug ``pymalloc`` + debug
344344
Release build, without pymalloc ``"malloc"`` ``malloc`` ``malloc`` ``malloc``
345-
Release build, without pymalloc ``"malloc_debug"`` ``malloc`` + debug ``malloc`` + debug ``malloc`` + debug
345+
Debug build, without pymalloc ``"malloc_debug"`` ``malloc`` + debug ``malloc`` + debug ``malloc`` + debug
346346
=============================== ==================== ================== ===================== ====================
347347
348348
Legend:

0 commit comments

Comments
 (0)