Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25f043b

Browse files
committed
Issue #18593: fix typo in comment
1 parent 4bd3129 commit 25f043b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/multiprocessing/heap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
__all__ = ['BufferWrapper']
2222

2323
#
24-
# Inheirtable class which wraps an mmap, and from which blocks can be allocated
24+
# Inheritable class which wraps an mmap, and from which blocks can be allocated
2525
#
2626

2727
if sys.platform == 'win32':

0 commit comments

Comments
 (0)