Skip to content

Commit f669fff

Browse files
methanevstinner
authored andcommitted
fix minor bug in pymalloc. (#335)
reported by Alexis Lopez-Garcia.
1 parent 210d6a9 commit f669fff

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
@@ -391,7 +391,7 @@ with a fixed size of 256 KB. It falls back to :c:func:`PyMem_RawMalloc` and
391391
:c:func:`PyMem_RawRealloc` for allocations larger than 512 bytes.
392392
393393
*pymalloc* is the default allocator of the :c:data:`PYMEM_DOMAIN_MEM` (ex:
394-
:c:func:`PyObject_Malloc`) and :c:data:`PYMEM_DOMAIN_OBJ` (ex:
394+
:c:func:`PyMem_Malloc`) and :c:data:`PYMEM_DOMAIN_OBJ` (ex:
395395
:c:func:`PyObject_Malloc`) domains.
396396
397397
The arena allocator uses the following functions:

0 commit comments

Comments
 (0)