From fe438fa97b8595ef555cfaf807ae20614fa64ce6 Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Wed, 18 Mar 2015 15:51:40 +0200 Subject: [PATCH] Small documentation fix: "Google OpenID" -> "Google OAuth". --- tornado/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado/auth.py b/tornado/auth.py index ac2fd0d19..00343fb68 100644 --- a/tornado/auth.py +++ b/tornado/auth.py @@ -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): -- 2.47.2