Fix docstring typo

Change-Id: Ic73865c748009dafb09c5201dd01d5579bc75f35
This commit is contained in:
Monty Taylor 2017-08-24 10:08:49 -04:00
parent 8b8ff830e8
commit 322557ac92
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,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.