From f69f33c5cab126dbd0ba5492112cc270d12539af Mon Sep 17 00:00:00 2001 From: ShangXiao Date: Mon, 14 May 2018 22:57:29 -0700 Subject: [PATCH] [Trivialfix]Modify a grammatical error Modify a grammatical error by deleting "the" in etcd_util.py. Change-Id: Id626af772fbcf3ca00e3076de1a6b64bdd236621 --- qinling/utils/etcd_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qinling/utils/etcd_util.py b/qinling/utils/etcd_util.py index 866df650..9d5c4ec4 100644 --- a/qinling/utils/etcd_util.py +++ b/qinling/utils/etcd_util.py @@ -46,7 +46,7 @@ def create_worker(function_id, worker, version=0): The worker parameter is assumed to be unique. """ - # NOTE(huntxu): for the kubernetes orchestrator, which is the the only + # NOTE(huntxu): for the kubernetes orchestrator, which is the only # available orchestrator at the moment, the value of the worker param # is the name of the pod so it is unique. client = get_client()