Fix spacing in help message

Change-Id: Ie622b8a39514f87b60ff2e801843c5e3c06106e7
This commit is contained in:
Pierre Riteau 2019-10-03 14:10:28 +02:00
parent 7734ac1376
commit b36c1529f1
1 changed files with 3 additions and 3 deletions

View File

@ -171,9 +171,9 @@ rabbit_opts = [
cfg.IntOpt('direct_mandatory_flag',
default=True,
help='Enable/Disable the RabbitMQ mandatory flag '
'for direct send. The direct send is used as reply,'
'so the MessageUndeliverable exception is raised'
' in case the client queue does not exist.'),
'for direct send. The direct send is used as reply, '
'so the MessageUndeliverable exception is raised '
'in case the client queue does not exist.'),
]
LOG = logging.getLogger(__name__)