浏览代码

Fixes typo in routing guide

Ask Solem 13 年之前
父节点
当前提交
d4f93e8d86
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docs/userguide/routing.rst

+ 2 - 1
docs/userguide/routing.rst

@@ -542,7 +542,8 @@ Broadcast
 ---------
 
 Celery can also support broadcast routing.
-Here is an example exchange ``bcast`` that uses this:
+Here is an example exchange ``broadcast_tasks`` that delivers
+copies of tasks to all workers connected to it:
 
 .. code-block:: python