Add missing ws seperator between words

This is to add missing ws seperator between words.

Change-Id: I28a5da8809b9c8f2c0956af7bb4fbf82295668c6
This commit is contained in:
zhufl
2019-11-12 14:57:48 +08:00
parent cd9e199076
commit a11266be22

View File

@@ -60,7 +60,7 @@ OPTS = [
help='Frequency of checking if batch criteria is met.'),
cfg.BoolOpt('retry_on_failure',
default=False,
help='Indicates whether publisher retries publishing'
help='Indicates whether publisher retries publishing '
'sample in case of failure. Only a few error cases '
'are queued for a retry.'),
# NOTE: the retry interval is hard coded for the periodicals decorator