From ddf8f7f9ae48f1051d5699c92297de87f44d6325 Mon Sep 17 00:00:00 2001 From: joamag Date: Sat, 21 Mar 2020 11:52:01 +0000 Subject: [PATCH] Renaming of files --- src/google/base.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/google/base.py b/src/google/base.py index 6c2e677..837391f 100644 --- a/src/google/base.py +++ b/src/google/base.py @@ -50,7 +50,7 @@ base URL value is provided to the constructor """ LOGIN_URL = "https://accounts.google.com/o/" -""" Default base url that is going to be used for the +""" Default base URL that is going to be used for the login part of the specification, the oauth login basis """ TEMPLATE_URL = "https://%s.googleapis.com/" @@ -59,15 +59,15 @@ CLIENT_ID = None """ The default value to be used for the client id -in case no client id is provided to the api client """ +in case no client id is provided to the API client """ CLIENT_SECRET = None """ The secret value to be used for situations where no client secret has been provided to the client """ REDIRECT_URL = "http://localhost:8080/oauth" -""" The redirect url used as default (fallback) value -in case none is provided to the api (client) """ +""" The redirect URL used as default (fallback) value +in case none is provided to the API (client) """ SCOPE = ( "email",