浏览代码

Another typo

Ask Solem 16 年之前
父节点
当前提交
cab196c4e3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/backends/base.py

+ 1 - 1
celery/backends/base.py

@@ -80,7 +80,7 @@ class UnpickleableExceptionWrapper(Exception):
 class BaseBackend(object):
     """The base backend class. All backends should inherit from this."""
 
-    UnpickleableExecptionWrapper = UnpickleableExceptionWrapper
+    UnpickleableExceptionWrapper = UnpickleableExceptionWrapper
 
     def store_result(self, task_id, result, status):
         """Store the result and status of a task."""