Explorar o código

Fixes typo in routing guide

Ask Solem %!s(int64=13) %!d(string=hai) anos
pai
achega
d4f93e8d86
Modificáronse 1 ficheiros con 2 adicións e 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