Skip to content

Commit cf51592

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)