소스 검색

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."""