Browse Source

Update routing.rst (#4206)

Typo fix.
Armenak Baburyan 7 years ago
parent
commit
f89592efc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/userguide/routing.rst

+ 1 - 1
docs/userguide/routing.rst

@@ -373,7 +373,7 @@ Related API commands
     :keyword durable: Durable exchanges are persistent (i.e., they survive
         a broker restart).
 
-    :keyword auto_delete: This means the queue will be deleted by the broker
+    :keyword auto_delete: This means the exchange will be deleted by the broker
         when there are no more queues using it.