From 2172f19e76cbec4be4df20dd33f85871c85f981a Mon Sep 17 00:00:00 2001 From: zhufl Date: Tue, 28 Jul 2020 14:52:28 +0800 Subject: [PATCH] [Trivial]Add missing space between words This is to add missing space between words in help messages. Change-Id: Ieb3066c30511b9123ae91ef5ee041a56fad7ce7a --- neutron/conf/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neutron/conf/common.py b/neutron/conf/common.py index f8854296134..57e875ca737 100644 --- a/neutron/conf/common.py +++ b/neutron/conf/common.py @@ -140,8 +140,8 @@ core_opts = [ 'to 1500, the standard value for Ethernet.')), cfg.IntOpt('http_retries', default=3, min=0, help=_("Number of times client connections (nova, ironic) " - "should be retried on a failed HTTP call. 0 (zero) means" - "connection is attempted only once (not retried). " + "should be retried on a failed HTTP call. 0 (zero) " + "means connection is attempted only once (not retried). " "Setting to any positive integer means that on failure " "the connection is retried that many times. " "For example, setting to 3 means total attempts to "