summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2013-07-30 13:13:01 (GMT)
committerEli Bendersky <eliben@gmail.com>2013-07-30 13:13:01 (GMT)
commit580373c46956f6712c7b66a6ac5eec67deb80c05 (patch)
tree34ac8c124fd4ab23f65eb7bc130b0b72a3051cb4 /Lib/multiprocessing
parent5bcbdf15481ba26ccb52d2dda2719908002bf56b (diff)
parent25f043b152e083d245fa1a9e8f213aa566940f4d (diff)
downloadcpython-580373c46956f6712c7b66a6ac5eec67deb80c05.zip
cpython-580373c46956f6712c7b66a6ac5eec67deb80c05.tar.gz
cpython-580373c46956f6712c7b66a6ac5eec67deb80c05.tar.bz2
Issue #18593: fix typo in comment
Diffstat (limited to 'Lib/multiprocessing')
-rw-r--r--Lib/multiprocessing/heap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/multiprocessing/heap.py b/Lib/multiprocessing/heap.py
index 4e93c12..e63fdb8 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':