From 6af64db78932d424ac26ce65b6140f5a1d0309e4 Mon Sep 17 00:00:00 2001 From: "A. Jesse Jiryu Davis" Date: Mon, 23 Mar 2015 23:16:22 -0400 Subject: [PATCH] Redundant sentence. --- tornado/queues.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2