]> git.ipfire.org Git - thirdparty/tornado.git/commit
Alter documentation to correctly state behavior (#2114)
authorDavid Walker <dave@mudsite.com>
Sun, 14 Jan 2018 00:01:51 +0000 (17:01 -0700)
committerBen Darnell <ben@bendarnell.com>
Sun, 14 Jan 2018 00:01:51 +0000 (19:01 -0500)
commit3e10b90e162c5b2548d7dd0b8ef9a138999b3d23
tree0b07e68d80718d16ba65fa8e414fdfa8e7408ff6
parent023a9ac87aa2de87585b71b8fee213346f4b590c
Alter documentation to correctly state behavior (#2114)

Correctly document that the result of Condition.wait() is
not to raise a TimeoutError, but rather False.
tornado/locks.py