Fix a typo in base.py

TrivialFix

Change-Id: Ifffcea354e785a7fc5720e15d3bd259be559f13e
This commit is contained in:
gecong1973 2016-10-13 09:42:13 +08:00
parent 8185d4ffe9
commit e1bf1f0e83
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ class BaseIdentityPlugin(plugin.BaseAuthPlugin):
As part of the get_cache_id requirement we need to determine what
aspects of this plugin and its values that make up the unique elements.
This should be overriden by plugins that wish to allow caching.
This should be overridden by plugins that wish to allow caching.
:returns: The unique attributes and values of this plugin.
:rtype: A flat dict with a str key and str or None value. This is