Ver Fonte

Fixed ugly typo in userguide/overview

Ask Solem há 14 anos atrás
pai
commit
34b0eb503e
1 ficheiros alterados com 2 adições e 3 exclusões
  1. 2 3
      docs/userguide/overview.rst

+ 2 - 3
docs/userguide/overview.rst

@@ -56,11 +56,10 @@ Routing
 
 Go to :ref:`guide-routing`.
 
-Celery takes advantage of AMQPs flexible routing model. Tasks can be routed
+Celery takes advantage of AMQPs flexible routing model.  Tasks can be routed
 to specific servers, or a cluster of servers by binding workers to different
 queues. A single worker node can be bound to one or more queues.
-is for this to be as simple as possiblealso several
-messaging scenarios are supported, for example round robin, point-to-point,
+Multiple messaging scenarios are supported: round robin, point-to-point,
 broadcast (one-to-many), and more.
 
 Celery aims to hide the complexity of AMQP through features like