소스 검색

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