Browse Source

Fixes typo in routing guide

Ask Solem 12 years ago
parent
commit
d4f93e8d86
1 changed files with 2 additions and 1 deletions
  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