Skip to content

Commit

Permalink
Update typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Parraga <sovietaced@gmail.com>
  • Loading branch information
Sovietaced committed May 28, 2024
1 parent 026bcbc commit 3fad0d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/python/armada_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def get_job_run_details(
Uses GetJobRunDetails RPC to get the details of job runs.
:param run_ids: The job run ids to get the detials of.
:param run_ids: The job run ids to get the details of.
:return: A JobRunDetailsResponse object.
"""
request = job_pb2.JobRunDetailsRequest(
Expand Down
2 changes: 1 addition & 1 deletion docs/python_armada_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ Uses GetJobRunDetails RPC to get the details of job runs.

* **Parameters**

**run_ids** (*Iterable**[**str**]*) – The job run ids to get the detials of.
**run_ids** (*Iterable**[**str**]*) – The job run ids to get the details of.



Expand Down

0 comments on commit 3fad0d5

Please sign in to comment.