Skip to content
Snippets Groups Projects
Commit 7e031c97 authored by fuzzy's avatar fuzzy
Browse files

typo

parent 95169906
No related branches found
No related tags found
1 merge request!42[minor]typo
......@@ -43,7 +43,7 @@ def _get_parsers() -> List[T]:
def get_parser(filename: str) -> Tuple[Optional[T], Optional[str]]:
""" Return the appropriate parser for a giver filename. """
""" Return the appropriate parser for a given filename. """
mtype, _ = mimetypes.guess_type(filename)
_, extension = os.path.splitext(filename)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment