[Python-checkins] peps: PEP 445: fix typo

victor.stinner python-checkins at python.org
Wed Jul 3 00:45:10 CEST 2013


http://hg.python.org/peps/rev/bd8e5c86fb27
changeset:   4972:bd8e5c86fb27
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Wed Jul 03 00:44:58 2013 +0200
summary:
  PEP 445: fix typo

files:
  pep-0445.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0445.txt b/pep-0445.txt
--- a/pep-0445.txt
+++ b/pep-0445.txt
@@ -134,7 +134,7 @@
   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()``
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list