From aaed30fe93c554ca64068c26690de23002c9f30b Mon Sep 17 00:00:00 2001 From: melissaml Date: Wed, 2 Nov 2016 10:44:50 +0800 Subject: [PATCH] Fix a docstring typo in impl_pika.py TrivialFix Change-Id: I266fe9898ef4427c1fd75771ad752cde8e13e9ea --- oslo_messaging/_drivers/impl_pika.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo_messaging/_drivers/impl_pika.py b/oslo_messaging/_drivers/impl_pika.py index d29131914..a864f9670 100644 --- a/oslo_messaging/_drivers/impl_pika.py +++ b/oslo_messaging/_drivers/impl_pika.py @@ -113,7 +113,7 @@ rpc_opts = [ help="Reconnecting retry count in case of connectivity problem during " "sending RPC message, -1 means infinite retry. If actual " "retry attempts in not 0 the rpc request could be processed more " - "then one time" + "than one time" ), cfg.FloatOpt( 'rpc_retry_delay', default=0.25,