]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Correct version change in Lock docstring 1586/head
authorMichael V. DePalatis <mike@depalatis.net>
Fri, 20 Nov 2015 11:20:25 +0000 (12:20 +0100)
committerMichael V. DePalatis <mike@depalatis.net>
Fri, 20 Nov 2015 11:20:25 +0000 (12:20 +0100)
tornado/locks.py

index a1817728611ec77240c4055043038984bf3752fc..abf5eade85e6c03be750af4599c10f3758604353 100644 (file)
@@ -465,7 +465,7 @@ class Lock(object):
     ...
     ...    # Now the lock is released.
 
-    .. versionchanged:: 3.5
+    .. versionchanged:: 4.3
        Added ``async with`` support in Python 3.5.
 
     """