PEP 445: fix typo

This commit is contained in:
Victor Stinner 2013-07-03 00:44:58 +02:00
parent 06c2d930d6
commit 1506fc7c5b
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ Default allocators:
bytes
* ``PYMEM_DOMAIN_OBJ``: *pymalloc* allocator which falls back on
``PyMem_Malloc()`` for allocations larger than 512 bytes
* *pymalloc* arena allocator: ``VirualAlloc()`` and ``VirtualFree()`` on
* *pymalloc* arena allocator: ``VirtualAlloc()`` and ``VirtualFree()`` on
Windows, ``mmap()`` and ``munmap()`` when available, or ``malloc()``
and ``free()``