oidc: fix typo in docstring

Change-Id: Ia18cd69e82b4cba459246c0beb046a8b50f03394
This commit is contained in:
Alvaro Lopez Garcia 2016-05-19 17:13:44 +02:00
parent fe773c9b95
commit 1c07cddcb2
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class _OidcBase(federation.FederationBaseAuth):
return access_token
def _get_keystone_token(self, session, access_token):
r"""Exchange an acess token for a keystone token.
r"""Exchange an access token for a keystone token.
By Sending the access token in an `Authorization: Bearer` header, to
an OpenID Connect protected endpoint (Federated Token URL). The