[Python-checkins] cpython (3.3): Issue #18593: fix typo in comment

eli.bendersky python-checkins at python.org
Tue Jul 30 15:13:09 CEST 2013


http://hg.python.org/cpython/rev/634d6307730d
changeset:   84903:634d6307730d
branch:      3.3
parent:      84900:aa13693e3356
user:        Eli Bendersky <eliben at gmail.com>
date:        Tue Jul 30 06:12:49 2013 -0700
summary:
  Issue #18593: fix typo in comment

files:
  Lib/multiprocessing/heap.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/multiprocessing/heap.py b/Lib/multiprocessing/heap.py
--- a/Lib/multiprocessing/heap.py
+++ b/Lib/multiprocessing/heap.py
@@ -21,7 +21,7 @@
 __all__ = ['BufferWrapper']
 
 #
-# Inheirtable class which wraps an mmap, and from which blocks can be allocated
+# Inheritable class which wraps an mmap, and from which blocks can be allocated
 #
 
 if sys.platform == 'win32':

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


More information about the Python-checkins mailing list