Merge "[Trivialfix]Modify a grammatical error"

This commit is contained in:
Zuul 2018-05-15 07:32:39 +00:00 committed by Gerrit Code Review
commit bd7679d599
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. 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()