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

Skip to content

Commit cf51592

Browse files
committed
Fix 2 instances of "containnig" => "containing"
1 parent 12b655d commit cf51592

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

smmap/mman.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Module containnig a memory memory manager which provides a sliding window on a number of memory mapped files"""
1+
"""Module containing a memory memory manager which provides a sliding window on a number of memory mapped files"""
22
from .util import (
33
MapWindow,
44
MapRegion,

smmap/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Module containnig a memory memory manager which provides a sliding window on a number of memory mapped files"""
1+
"""Module containing a memory memory manager which provides a sliding window on a number of memory mapped files"""
22
import os
33
import sys
44
import mmap

0 commit comments

Comments
 (0)