Przeglądaj źródła

Merge branch 'master' of github.com:celery/celery

Ask Solem 8 lat temu
rodzic
commit
a7cf6cc21a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/userguide/application.rst

+ 1 - 1
docs/userguide/application.rst

@@ -478,7 +478,7 @@ chain breaks:
         from celery.task import task
 
         @task(queue='hipri')
-        def hello(x):
+        def hello(to):
             return 'hello {0}'.format(to)
 
 Abstract Tasks