Issue #18593: fix typo in comment
This commit is contained in:
parent
4bd31292c2
commit
25f043b152
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue