Issue #18593: fix typo in comment

This commit is contained in:
Eli Bendersky 2013-07-30 06:12:49 -07:00
parent 4bd31292c2
commit 25f043b152

View file

@ -21,7 +21,7 @@ from multiprocessing.forking import assert_spawning
__all__ = ['BufferWrapper'] __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': if sys.platform == 'win32':