From 37f4125234b1cb341f686501460695ab670a584d Mon Sep 17 00:00:00 2001 From: zhangdebo Date: Tue, 18 Dec 2018 18:45:25 +0800 Subject: [PATCH] Fix Chinese quotes Change-Id: I0f26b77c61c28bdd055697588a9427a79ebf9e64 --- library/keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/keystone b/library/keystone index caf30c02..01e10788 100644 --- a/library/keystone +++ b/library/keystone @@ -1060,7 +1060,7 @@ class ManageKeystone(object): Returns the endpoint details for an endpoint matching region, service id and interface. - :param interface: ``str`` ‘public’, ‘admin’ or ‘internal’ network + :param interface: ``str`` 'public', 'admin' or 'internal' network interface :param service_id: service to which the endpoint belongs :param region: geographic location of the endpoint