From: Arik Fraimovich Date: Wed, 18 Mar 2015 13:51:40 +0000 (+0200) Subject: Small documentation fix: "Google OpenID" -> "Google OAuth". X-Git-Tag: v4.2.0b1~45^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe438fa97b8595ef555cfaf807ae20614fa64ce6;p=thirdparty%2Ftornado.git Small documentation fix: "Google OpenID" -> "Google OAuth". --- 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):