Skip to content

Commit

Permalink
Correct machine-reachable to -readable in JobStatus docstring (#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford authored Nov 22, 2022
1 parent 34fe75f commit 93b4bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsl/providers/provider_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class JobStatus(object):
"""Encapsulates a job state together with other details:
Args:
state: The machine-reachable state of the job this status refers to
state: The machine-readable state of the job this status refers to
message: Optional human readable message
exit_code: Optional exit code
stdout_path: Optional path to a file containing the job's stdout
Expand Down

0 comments on commit 93b4bdd

Please sign in to comment.