]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Small documentation fix: "Google OpenID" -> "Google OAuth". 1388/head
authorArik Fraimovich <arik@arikfr.com>
Wed, 18 Mar 2015 13:51:40 +0000 (15:51 +0200)
committerArik Fraimovich <arik@arikfr.com>
Wed, 18 Mar 2015 13:51:40 +0000 (15:51 +0200)
tornado/auth.py

index ac2fd0d198af06bac288c64421fc099a634fdde1..00343fb688aec01cf0de3a6b488af0fa40247d9b 100644 (file)
@@ -32,7 +32,7 @@ They all take slightly different arguments due to the fact all these
 services implement authentication and authorization slightly differently.
 See the individual service classes below for complete documentation.
 
-Example usage for Google OpenID::
+Example usage for Google OAuth::
 
     class GoogleOAuth2LoginHandler(tornado.web.RequestHandler,
                                    tornado.auth.GoogleOAuth2Mixin):