summaryrefslogtreecommitdiff
path: root/libmat2/harmless.py
diff options
context:
space:
mode:
authorjvoisin2018-07-19 23:10:27 +0200
committerjvoisin2018-07-19 23:10:27 +0200
commit942859601d5d08f05b374d1f12270192cede1155 (patch)
treec312dcc89181b7ffc50eebe989074af52fba9619 /libmat2/harmless.py
parent565cb66d1405bc334681e59ae41f8631b96e7d51 (diff)
Improve the code's documentation
Diffstat (limited to 'libmat2/harmless.py')
-rw-r--r--libmat2/harmless.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/harmless.py b/libmat2/harmless.py
index 336873c..f646099 100644
--- a/libmat2/harmless.py
+++ b/libmat2/harmless.py
@@ -4,7 +4,7 @@ from . import abstract
4 4
5 5
6class HarmlessParser(abstract.AbstractParser): 6class HarmlessParser(abstract.AbstractParser):
7 """ This is the parser for filetypes that do not contain metadata. """ 7 """ This is the parser for filetypes that can not contain metadata. """
8 mimetypes = {'text/plain', 'image/x-ms-bmp'} 8 mimetypes = {'text/plain', 'image/x-ms-bmp'}
9 9
10 def get_meta(self) -> Dict[str, str]: 10 def get_meta(self) -> Dict[str, str]: