[Trivialfix]Modify a grammatical error

Modify a grammatical error by deleting "the" in
etcd_util.py.

Change-Id: Id626af772fbcf3ca00e3076de1a6b64bdd236621
This commit is contained in:
ShangXiao 2018-05-14 22:57:29 -07:00
parent e61e18c238
commit f69f33c5ca
1 changed files with 1 additions and 1 deletions

View File

@ -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()