瀏覽代碼

DOC: fix typo in remote shutdown using control broadcast example (#3602)

Moussa Taifi 8 年之前
父節點
當前提交
bc66391ccf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/userguide/workers.rst

+ 1 - 1
docs/userguide/workers.rst

@@ -1057,7 +1057,7 @@ This command will gracefully shut down the worker remotely:
 .. code-block:: pycon
 
     >>> app.control.broadcast('shutdown') # shutdown all workers
-    >>> app.control.broadcast('shutdown, destination='worker1@example.com')
+    >>> app.control.broadcast('shutdown', destination='worker1@example.com')
 
 .. control:: ping