]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix up documentation for the class and the Sphinx reference.
authorStephen McMillen <sclm3000@gmail.com>
Wed, 17 Jul 2013 23:30:24 +0000 (19:30 -0400)
committerStephen McMillen <sclm3000@gmail.com>
Wed, 17 Jul 2013 23:30:24 +0000 (19:30 -0400)
docs/auth.rst
tornado/auth.py

index c1f7f8ad19b5bb57b0c38a8e1f4f624ab62ed14d..dd2ca554f617d2dbfb44e7f9c450f09ff2e1dfb4 100644 (file)
@@ -31,6 +31,9 @@
 
    .. autoclass:: GoogleMixin
       :members:
+   
+   .. autoclass:: GoogleOAuth2Mixin
+      :members:
 
    Facebook
    --------
index 284c4d1e01a95f639c09f90abf4267f66089f250..f456124d77e983650b349217d29f19d6782d929c 100644 (file)
@@ -957,8 +957,8 @@ class GoogleOAuth2Mixin(OAuth2Mixin):
 
         The API itself defaults some of these values that cna be overwritten by the overwrites object.
         They are:
-         * approval_prompt = auto
-         * access_type = online
+        approval_prompt = auto
+        access_type = online
         """
         extra_params = {
             "scope": ' '.join(scope),