From 2a4f915891eec8adabc1caaff3948dbde0ef6bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Pitucha?= <stanislaw.pitucha@hp.com> Date: Mon, 7 Dec 2015 15:11:50 +1100 Subject: [PATCH] Remove unnecessary quote Change-Id: I6ec2297495c1a7ce409ea0de9a92a9720b6e2dca --- oslo_messaging/_drivers/protocols/amqp/drivertasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo_messaging/_drivers/protocols/amqp/drivertasks.py b/oslo_messaging/_drivers/protocols/amqp/drivertasks.py index 5d9e2ed4d..385241334 100644 --- a/oslo_messaging/_drivers/protocols/amqp/drivertasks.py +++ b/oslo_messaging/_drivers/protocols/amqp/drivertasks.py @@ -41,7 +41,7 @@ class SendTask(controller.Task): """Wait for the send to complete, and, optionally, a reply message from the remote. Will raise MessagingTimeout if the send does not complete or no reply is received within timeout seconds. If the request has - failed for any other reason, a MessagingException is raised." + failed for any other reason, a MessagingException is raised. """ try: result = self._results_queue.get(timeout=timeout)