浏览代码

Merge pull request #2569 from siliconbrain/patch-1

fix typo
Dmitry Malinovsky 10 年之前
父节点
当前提交
2b03a7f66f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/result.py

+ 1 - 1
celery/result.py

@@ -633,7 +633,7 @@ class ResultSet(ResultBase):
         remaining = None
 
         if on_message is not None:
-            raise Exception('Your backend not suppored on_message callback')
+            raise Exception('Your backend not supported on_message callback')
 
         results = []
         for result in self.results: