aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Smith <brettcsmith@brettcsmith.org>2012-07-08 10:04:58 -0400
committerBrett Smith <brettcsmith@brettcsmith.org>2012-07-08 10:04:58 -0400
commit7a258b1408ba1e7e7ec39549057bd450face8d85 (patch)
tree35c488eb2e1453bb213aedf14a2b8f1dd1b94890
parent5bd0adebd0bcf35aa6fa5238b857737134adc075 (diff)
downloadmediagoblin-7a258b1408ba1e7e7ec39549057bd450face8d85.tar.lz
mediagoblin-7a258b1408ba1e7e7ec39549057bd450face8d85.tar.xz
mediagoblin-7a258b1408ba1e7e7ec39549057bd450face8d85.zip
Fix docstring typo.
-rw-r--r--mediagoblin/submit/views.py2
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):