Fixes typo

This commit is contained in:
Ask Solem 2012-07-02 15:40:45 +01:00
parent c2ea0f61da
commit 7f0d907ffb
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ Important Notes
these are named ``mailbox_name.pidbox``,
and ``reply.mailbox_name.pidbox``.
The following can command can be used to clean up these exchanges::
The following command can be used to clean up these exchanges::
VHOST=/ URL=amqp:// python -c'import sys,kombu;[kombu.Connection(
sys.argv[-1]).channel().exchange_delete(x)