Fixed wording in docstring of Queue.get

This commit is contained in:
Ask Solem 2010-10-27 09:55:43 +02:00
parent 8bc51b2492
commit 7f7710dfe8
1 changed files with 3 additions and 3 deletions

View File

@ -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.
"""