diff options
| author | jvoisin | 2018-07-19 23:10:27 +0200 |
|---|---|---|
| committer | jvoisin | 2018-07-19 23:10:27 +0200 |
| commit | 942859601d5d08f05b374d1f12270192cede1155 (patch) | |
| tree | c312dcc89181b7ffc50eebe989074af52fba9619 /libmat2/harmless.py | |
| parent | 565cb66d1405bc334681e59ae41f8631b96e7d51 (diff) | |
Improve the code's documentation
Diffstat (limited to '')
| -rw-r--r-- | libmat2/harmless.py | 2 |
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 | ||
| 6 | class HarmlessParser(abstract.AbstractParser): | 6 | class 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]: |
