From 2392fbc02bbf6d05d998de5091b8f11f37c101f0 Mon Sep 17 00:00:00 2001 From: Aditi Date: Wed, 3 Jul 2013 08:22:48 +0530 Subject: [PATCH] Typo error. --- mediagoblin/processing/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediagoblin/processing/__init__.py b/mediagoblin/processing/__init__.py index f3a85940..27d89895 100644 --- a/mediagoblin/processing/__init__.py +++ b/mediagoblin/processing/__init__.py @@ -171,7 +171,7 @@ class BaseProcessingFail(Exception): subclass from. You shouldn't call this itself; instead you should subclass it - and provid the exception_path and general_message applicable to + and provide the exception_path and general_message applicable to this error. """ general_message = u'' -- 2.25.1