There was an error while loading. Please reload this page.
1 parent 12b655d commit cf51592Copy full SHA for cf51592
2 files changed
smmap/mman.py
@@ -1,4 +1,4 @@
1
-"""Module containnig a memory memory manager which provides a sliding window on a number of memory mapped files"""
+"""Module containing a memory memory manager which provides a sliding window on a number of memory mapped files"""
2
from .util import (
3
MapWindow,
4
MapRegion,
smmap/util.py
import os
import sys
import mmap
0 commit comments