From fa437690808c75689789f155568a4faa681f86ab Mon Sep 17 00:00:00 2001 From: melissaml Date: Sat, 8 Oct 2016 13:16:10 +0800 Subject: [PATCH] Removed redundant 'the' Removed redundant 'the' Change-Id: Iba66e79c38ebc79c2f916f0704b00927849061c3 --- oslo_messaging/rpc/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo_messaging/rpc/client.py b/oslo_messaging/rpc/client.py index c04d3188d..5f6c64d48 100644 --- a/oslo_messaging/rpc/client.py +++ b/oslo_messaging/rpc/client.py @@ -386,7 +386,7 @@ class RPCClient(_BaseCallContext): The cast() operation is best-effort: cast() will block the calling thread until the RPC request method is accepted by the messaging transport, but cast() does *not* verify that the RPC method - has been invoked by the server. cast() does guarantee that the the + has been invoked by the server. cast() does guarantee that the method will be not executed twice on a destination (e.g. 'at-most-once' execution).