Browse Source

routing guide: Fixed rst errors

Ask Solem 15 years ago
parent
commit
c37dcd92e1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/userguide/routing.rst

+ 3 - 3
docs/userguide/routing.rst

@@ -98,7 +98,7 @@ The exchange types defined in the standard are ``direct``, ``topic``,
 as plugins to RabbitMQ, like the `last-value-cache plug-in`_ by Michael
 as plugins to RabbitMQ, like the `last-value-cache plug-in`_ by Michael
 Bridgen. 
 Bridgen. 
 
 
-.. _`last-value-cache plug-in``:
+.. _`last-value-cache plug-in`:
     http://github.com/squaremo/rabbitmq-lvc-plugin
     http://github.com/squaremo/rabbitmq-lvc-plugin
 
 
 Direct exchanges
 Direct exchanges
@@ -135,8 +135,8 @@ Declares an exchange by name.
 * ``auto_delete`` means the queue will be deleted by the broker when there
 * ``auto_delete`` means the queue will be deleted by the broker when there
   are no more queues using it.
   are no more queues using it.
 
 
-* queue.declare(queue_name, passive, durable, exclusive, auto_delete)
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+queue.declare(queue_name, passive, durable, exclusive, auto_delete)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
 Declares a queue by name.
 Declares a queue by name.