Fix docstring typo.
authorBrett Smith <brettcsmith@brettcsmith.org>
Sun, 8 Jul 2012 14:04:58 +0000 (10:04 -0400)
committerBrett Smith <brettcsmith@brettcsmith.org>
Sun, 8 Jul 2012 14:04:58 +0000 (10:04 -0400)
mediagoblin/submit/views.py

index 517fb646cb07289cbe25676bedffb6f4032867b0..72186136998f5ea955f45c46c078031a66647e29 100644 (file)
@@ -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):