Fix :param: in docstring
In docstring :param should be used instead of :param:. Change-Id: Id702ffe8968e8ba4f9a9834d8a16c45faca3e6ee
This commit is contained in:
parent
eb902a4c6b
commit
5adf687ff2
@ -96,7 +96,7 @@ class K2KAuthPlugin(base.BasePlugin):
|
||||
We attempt to get the auth ref. If it fails and if the K2K auth plugin
|
||||
was being used then we will prepend a message saying that the error was
|
||||
on the service provider side.
|
||||
:param: unscoped_auth: Keystone auth plugin for unscoped user
|
||||
:param unscoped_auth: Keystone auth plugin for unscoped user
|
||||
:returns: keystoneclient.access.AccessInfo object
|
||||
"""
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user