[Trivialfix]Modify a grammatical error
Modify a grammatical error by deleting "the" in etcd_util.py. Change-Id: Id626af772fbcf3ca00e3076de1a6b64bdd236621
This commit is contained in:
parent
e61e18c238
commit
f69f33c5ca
@ -46,7 +46,7 @@ def create_worker(function_id, worker, version=0):
|
|||||||
|
|
||||||
The worker parameter is assumed to be unique.
|
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
|
# available orchestrator at the moment, the value of the worker param
|
||||||
# is the name of the pod so it is unique.
|
# is the name of the pod so it is unique.
|
||||||
client = get_client()
|
client = get_client()
|
||||||
|
Loading…
Reference in New Issue
Block a user