diff options
author | Brett Smith <brettcsmith@brettcsmith.org> | 2012-07-08 10:04:58 -0400 |
---|---|---|
committer | Brett Smith <brettcsmith@brettcsmith.org> | 2012-07-08 10:04:58 -0400 |
commit | 7a258b1408ba1e7e7ec39549057bd450face8d85 (patch) | |
tree | 35c488eb2e1453bb213aedf14a2b8f1dd1b94890 | |
parent | 5bd0adebd0bcf35aa6fa5238b857737134adc075 (diff) | |
download | mediagoblin-7a258b1408ba1e7e7ec39549057bd450face8d85.tar.lz mediagoblin-7a258b1408ba1e7e7ec39549057bd450face8d85.tar.xz mediagoblin-7a258b1408ba1e7e7ec39549057bd450face8d85.zip |
Fix docstring typo.
-rw-r--r-- | mediagoblin/submit/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/submit/views.py b/mediagoblin/submit/views.py index 517fb646..72186136 100644 --- a/mediagoblin/submit/views.py +++ b/mediagoblin/submit/views.py @@ -167,7 +167,7 @@ def submit_start(request): except Exception as e: ''' This section is intended to catch exceptions raised in - mediagobling.media_types + mediagoblin.media_types ''' if isinstance(e, InvalidFileType) or \ isinstance(e, FileTypeNotSupported): |