Explorar el Código

Fixes typo in routing guide

Ask Solem hace 13 años
padre
commit
d4f93e8d86
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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