From 697cb36b814d7e01da336c43b1932264302a2528 Mon Sep 17 00:00:00 2001 From: georg Date: Thu, 28 Nov 2019 02:15:20 +0000 Subject: This is mat2, not MAT2 Closes #131 --- libmat2/archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmat2/archive.py') diff --git a/libmat2/archive.py b/libmat2/archive.py index e715fb1..de80a35 100644 --- a/libmat2/archive.py +++ b/libmat2/archive.py @@ -52,7 +52,7 @@ class ArchiveBasedAbstractParser(abstract.AbstractParser): self.member_class = None # type: ignore # Those are the files that have a format that _isn't_ - # supported by MAT2, but that we want to keep anyway. + # supported by mat2, but that we want to keep anyway. self.files_to_keep = set() # type: Set[Pattern] # Those are the files that we _do not_ want to keep, -- cgit v1.3