Fix some spelling mistaks in base.py & auth.py
TrivialFix:"dependant" should be "dependent" Change-Id: I276876e5909ac5958c9e0e911b45e813b8104702
This commit is contained in:
@@ -44,9 +44,9 @@ def get_options():
|
|||||||
|
|
||||||
@six.add_metaclass(abc.ABCMeta)
|
@six.add_metaclass(abc.ABCMeta)
|
||||||
class BaseGenericPlugin(base.BaseIdentityPlugin):
|
class BaseGenericPlugin(base.BaseIdentityPlugin):
|
||||||
"""An identity plugin that is not version dependant.
|
"""An identity plugin that is not version dependent.
|
||||||
|
|
||||||
Internally we will construct a version dependant plugin with the resolved
|
Internally we will construct a version dependent plugin with the resolved
|
||||||
URL and then proxy all calls from the base plugin to the versioned one.
|
URL and then proxy all calls from the base plugin to the versioned one.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@@ -25,7 +25,7 @@ Project = projects.Project
|
|||||||
class AuthManager(base.Manager):
|
class AuthManager(base.Manager):
|
||||||
"""Retrieve auth context specific information.
|
"""Retrieve auth context specific information.
|
||||||
|
|
||||||
The information returned by the auth routes is entirely dependant on the
|
The information returned by the auth routes is entirely dependent on the
|
||||||
authentication information provided by the user.
|
authentication information provided by the user.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user