Jelajahi Sumber

Merge pull request #2569 from siliconbrain/patch-1

fix typo
Dmitry Malinovsky 10 tahun lalu
induk
melakukan
2b03a7f66f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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: