summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-12-09 08:36:53 +0000
committerGerrit Code Review <review@openstack.org>2015-12-09 08:36:53 +0000
commit8717f6e38a88c614d47e96b41390668f9f3a966a (patch)
tree8541569be168b29f9974d297c438421109f11024
parenta1fb6b9776dd635cf53d3bb03867de879cb4ed89 (diff)
parent2a4f915891eec8adabc1caaff3948dbde0ef6bbe (diff)
downloadoslo-messaging-8717f6e38a88c614d47e96b41390668f9f3a966a.tar.gz
Merge "Remove unnecessary quote"
-rw-r--r--oslo_messaging/_drivers/protocols/amqp/drivertasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_messaging/_drivers/protocols/amqp/drivertasks.py b/oslo_messaging/_drivers/protocols/amqp/drivertasks.py
index 5d9e2ed..3852413 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)