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

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


http://hg.python.org/cpython/rev/b805bace07c5
changeset:   84904:b805bace07c5
parent:      84901:83b404da05e9
parent:      84903:634d6307730d
user:        Eli Bendersky <eliben at gmail.com>
date:        Tue Jul 30 06:13:01 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