소스 검색

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: