From: Ben Darnell Date: Sun, 30 Dec 2018 19:49:15 +0000 (-0500) Subject: auth: Update docs X-Git-Tag: v6.0.0b1~9^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cc02fbe63bf94bf33da7b77aeed0141a83903ad;p=thirdparty%2Ftornado.git auth: Update docs --- diff --git a/tornado/auth.py b/tornado/auth.py index 115c00923..3757a1548 100644 --- a/tornado/auth.py +++ b/tornado/auth.py @@ -102,7 +102,7 @@ class OpenIdMixin(object): .. versionchanged:: 6.0 - The ``callback`` argument was removed and this method no + The ``callback`` argument was removed and this method no longer returns an awaitable object. It is now an ordinary synchronous function. """ @@ -128,7 +128,7 @@ class OpenIdMixin(object): .. versionchanged:: 6.0 - The ``callback`` argument was removed. Use the returned + The ``callback`` argument was removed. Use the returned awaitable object instead. """ handler = cast(RequestHandler, self)