Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
MushuEE committed Jul 8, 2020
1 parent b65cb49 commit b13c387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kettle/make_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def path_to_job_and_number(path):
def row_for_build(path, started, finished, results):
"""
Generate an dictionary that represents a build as described by TestGrid's
job schema. See link for refernce.
job schema. See link for reference.
github.com/GoogleCloudPlatform/testgrid/blob/7d818/metadata/job.go#L23-L77
Args:
Expand All @@ -209,7 +209,7 @@ def row_for_build(path, started, finished, results):
results (array): List of file data that exits under path
Return:
Dict holding metadata and infromation pertinent to a build
Dict holding metadata and information pertinent to a build
to be stored in BigQuery
"""
tests = []
Expand Down

0 comments on commit b13c387

Please sign in to comment.