Explorar o código

Merge pull request #2569 from siliconbrain/patch-1

fix typo
Dmitry Malinovsky %!s(int64=10) %!d(string=hai) anos
pai
achega
2b03a7f66f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: