From: Eli Bendersky Date: Tue, 30 Jul 2013 13:12:49 +0000 (-0700) Subject: Issue #18593: fix typo in comment X-Git-Tag: v3.4.0a1~45^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25f043b152e083d245fa1a9e8f213aa566940f4d;p=thirdparty%2FPython%2Fcpython.git Issue #18593: fix typo in comment --- diff --git a/Lib/multiprocessing/heap.py b/Lib/multiprocessing/heap.py index 4e93c12f8154..e63fdb8755f7 100644 --- a/Lib/multiprocessing/heap.py +++ b/Lib/multiprocessing/heap.py @@ -21,7 +21,7 @@ from multiprocessing.forking import assert_spawning __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':