Explorar el Código

Merge pull request #666 from psnj/master

Correct tiny typo in FAQ around Windows celeryd invocation
Ask Solem Hoel hace 13 años
padre
commit
313eb16c55
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      FAQ

+ 1 - 1
FAQ

@@ -780,7 +780,7 @@ celeryd keeps spawning processes at startup
 **Answer**: This is a known issue on Windows.
 You have to start celeryd with the command::
 
-    $ python -m celeryd.bin.celeryd
+    $ python -m celery.bin.celeryd
 
 Any additional arguments can be appended to this command.