]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
auth: Update docs
authorBen Darnell <ben@bendarnell.com>
Sun, 30 Dec 2018 19:49:15 +0000 (14:49 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 30 Dec 2018 20:14:37 +0000 (15:14 -0500)
tornado/auth.py

index 115c00923197ff15672160548aaac4a5da4b3e3f..3757a15487a6dcddc91ba1d418e9b64e474a0642 100644 (file)
@@ -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)