Merge "Fix docstring typo"

This commit is contained in:
Jenkins 2017-08-24 19:32:05 +00:00 committed by Gerrit Code Review
commit 0f3ab677a0
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ class BaseIdentityPlugin(plugin.BaseAuthPlugin):
:rtype: tuple or None
.. note:: Implementation notes follow. Users should not need to wrap
their head around these implementation note.
their head around these implementation notes.
`get_api_major_version` should do what is expected with the
least possible cost while still consistently returning a
value if possible.