From 7f7710dfe83284f38e4735247e443f86fb262b26 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Wed, 27 Oct 2010 09:55:43 +0200 Subject: [PATCH] Fixed wording in docstring of Queue.get --- kombu/entity.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kombu/entity.py b/kombu/entity.py index 20f6f097..7436de40 100644 --- a/kombu/entity.py +++ b/kombu/entity.py @@ -387,9 +387,9 @@ class Queue(MaybeChannelBound): :keyword no_ack: If set messages received does not have to be acknowledged. - This method provides a direct access to the messages in a - queue using a synchronous dialogue that is designed for - specific types of application where synchronous functionality + This method provides direct access to the messages in a + queue using a synchronous dialogue, designed for + specific types of applications where synchronous functionality is more important than performance. """