diff options
| author | Eli Bendersky <eliben@gmail.com> | 2013-07-30 06:12:49 -0700 |
|---|---|---|
| committer | Eli Bendersky <eliben@gmail.com> | 2013-07-30 06:12:49 -0700 |
| commit | 25f043b152e083d245fa1a9e8f213aa566940f4d (patch) | |
| tree | 7812d0cb771013330c88ee81375e8d3e4aa08089 | |
| parent | 4bd31292c2a40b8a5e2d1a985322c8b96ca3af76 (diff) | |
| download | cpython-git-25f043b152e083d245fa1a9e8f213aa566940f4d.tar.gz | |
Issue #18593: fix typo in comment
| -rw-r--r-- | Lib/multiprocessing/heap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/multiprocessing/heap.py b/Lib/multiprocessing/heap.py index 4e93c12f81..e63fdb8755 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': |
