From 3e2890eb9e57915cb189d69193f4119069eb2339 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 30 Aug 2018 17:11:35 -0400 Subject: three minor spelling fixes --- libmat2/abstract.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmat2/abstract.py') diff --git a/libmat2/abstract.py b/libmat2/abstract.py index 52eeb50..cd72f2c 100644 --- a/libmat2/abstract.py +++ b/libmat2/abstract.py @@ -6,8 +6,8 @@ assert Set # make pyflakes happy class AbstractParser(abc.ABC): - """ This is the base classe of every parser. - It might yield `ValueError` on instanciation on invalid files. + """ This is the base class of every parser. + It might yield `ValueError` on instantiation on invalid files. """ meta_list = set() # type: Set[str] mimetypes = set() # type: Set[str] -- cgit v1.3