Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b655d commit cf51592Copy full SHA for cf51592
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