Ask Solem 16 سال پیش
والد
کامیت
617a3aa465
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      celery/backends/base.py

+ 1 - 1
celery/backends/base.py

@@ -11,7 +11,7 @@ def find_nearest_pickleable_exception(exc):
     """With an exception instance, iterate over its super classes (by mro)
     """With an exception instance, iterate over its super classes (by mro)
     and find the first super exception that is pickleable. It does
     and find the first super exception that is pickleable. It does
     not go below :exc:`Exception` (i.e. it skips :exc:`Exception`,
     not go below :exc:`Exception` (i.e. it skips :exc:`Exception`,
-    :class:`BaseExecption` and :class:`object`). If that happens
+    :class:`BaseException` and :class:`object`). If that happens
     you should use :exc:`UnpickleableException` instead.
     you should use :exc:`UnpickleableException` instead.
   
   
     :param exc: An exception instance.
     :param exc: An exception instance.