From 5adf687ff29589b5725d4ee6793e355c44539e30 Mon Sep 17 00:00:00 2001 From: zhufl Date: Fri, 14 Jun 2019 17:07:39 +0800 Subject: [PATCH] Fix :param: in docstring In docstring :param should be used instead of :param:. Change-Id: Id702ffe8968e8ba4f9a9834d8a16c45faca3e6ee --- openstack_auth/plugin/k2k.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_auth/plugin/k2k.py b/openstack_auth/plugin/k2k.py index 345bab60cf..d5a67bfa11 100644 --- a/openstack_auth/plugin/k2k.py +++ b/openstack_auth/plugin/k2k.py @@ -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: