From: A. Jesse Jiryu Davis Date: Fri, 20 Feb 2015 03:03:19 +0000 (-0500) Subject: Simpler markup in Event.wait docstring. X-Git-Tag: v4.2.0b1~98^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82ab31ca4f722d80a9192469658ebfcebcf51d12;p=thirdparty%2Ftornado.git Simpler markup in Event.wait docstring. --- diff --git a/tornado/locks.py b/tornado/locks.py index 73cc9e2b8..65390cdc7 100644 --- a/tornado/locks.py +++ b/tornado/locks.py @@ -116,8 +116,7 @@ class Event(object): def wait(self, timeout=None): """Block until the internal flag is true. - Returns a Future, which raises :exc:`~tornado.gen.TimeoutError` after a - timeout. + Returns a Future, which raises `.TimeoutError` after a timeout. """ if timeout is None: return self._future