Fix docstring typo.
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user