From: A. Jesse Jiryu Davis Date: Tue, 24 Mar 2015 03:16:22 +0000 (-0400) Subject: Redundant sentence. X-Git-Tag: v4.2.0b1~55^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6af64db78932d424ac26ce65b6140f5a1d0309e4;p=thirdparty%2Ftornado.git Redundant sentence. --- diff --git a/tornado/queues.py b/tornado/queues.py index 5986ccc96..0e7af6ed5 100644 --- a/tornado/queues.py +++ b/tornado/queues.py @@ -164,7 +164,7 @@ class Queue(object): self._finished.set() def join(self, timeout=None): - """Block until all items in the queue are processed. Returns a Future. + """Block until all items in the queue are processed. Returns a Future, which raises `tornado.gen.TimeoutError` after a timeout.