Fix docstring typo.
This commit is contained in:
parent
5bd0adebd0
commit
7a258b1408
@ -167,7 +167,7 @@ def submit_start(request):
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
'''
|
'''
|
||||||
This section is intended to catch exceptions raised in
|
This section is intended to catch exceptions raised in
|
||||||
mediagobling.media_types
|
mediagoblin.media_types
|
||||||
'''
|
'''
|
||||||
if isinstance(e, InvalidFileType) or \
|
if isinstance(e, InvalidFileType) or \
|
||||||
isinstance(e, FileTypeNotSupported):
|
isinstance(e, FileTypeNotSupported):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user