diff options
| author | jvoisin | 2016-01-11 22:03:57 +0100 |
|---|---|---|
| committer | jvoisin | 2016-01-11 22:03:57 +0100 |
| commit | fbe3fb63cec551cc16172e2b88e4d83aeea1cafd (patch) | |
| tree | f64186a9755eff42268de6a5aea540f6d32a810d /libmat/parser.py | |
| parent | 41e2bf2949fbcb617329b57d958fb84e39b893f2 (diff) | |
Fix various typos pointed by pabs
Diffstat (limited to '')
| -rw-r--r-- | libmat/parser.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmat/parser.py b/libmat/parser.py index 2a82a25..b81b576 100644 --- a/libmat/parser.py +++ b/libmat/parser.py | |||
| @@ -12,8 +12,8 @@ NOMETA = frozenset(( | |||
| 12 | '.bmp', # "raw" image | 12 | '.bmp', # "raw" image |
| 13 | '.rdf', # text | 13 | '.rdf', # text |
| 14 | '.txt', # plain text | 14 | '.txt', # plain text |
| 15 | '.xml', # formated text (XML) | 15 | '.xml', # formatted text (XML) |
| 16 | '.rels', # openXML formated text | 16 | '.rels', # openXML formatted text |
| 17 | )) | 17 | )) |
| 18 | 18 | ||
| 19 | FIELD = object() | 19 | FIELD = object() |
