Fix :param: in docstring

In docstring :param should be used instead of :param:.

Change-Id: Id702ffe8968e8ba4f9a9834d8a16c45faca3e6ee
This commit is contained in:
zhufl 2019-06-14 17:07:39 +08:00
parent eb902a4c6b
commit 5adf687ff2
1 changed files with 1 additions and 1 deletions

View File

@ -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: