From b387138ede8d21f0478e6e16a194718bffd821fb Mon Sep 17 00:00:00 2001 From: "Michael V. DePalatis" Date: Fri, 20 Nov 2015 12:20:25 +0100 Subject: [PATCH] Correct version change in Lock docstring --- tornado/locks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado/locks.py b/tornado/locks.py index a18177286..abf5eade8 100644 --- a/tornado/locks.py +++ b/tornado/locks.py @@ -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. """ -- 2.47.2