Skip to content

Commit 34c7b2f

Browse files
authored
Fix documentation typos (#3982)
# Description I improved the documentation # Changed Behaviour none # Fixes Fixes # (issue) #3982 ## Type of change - Documentation
1 parent 0fd5e88 commit 34c7b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parsl/jobs/states.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class JobState(IntEnum):
1010
"""Defines a set of states that a job can be in"""
1111

1212
UNKNOWN = 0
13-
"""The batch provider is unable to determinate a state for this job"""
13+
"""The batch provider is unable to determine a state for this job"""
1414

1515
PENDING = 1
1616
""""This job is in the batch queue but has not started running"""
@@ -40,7 +40,7 @@ class JobState(IntEnum):
4040
"""This job is held/suspended in the batch system"""
4141

4242
MISSING = 8
43-
"""This job has reached a terminal state without the resources(managers/workers)
43+
"""This job has reached a terminal state without the resources (managers/workers)
4444
launched in the job connecting back to the Executor. This state is set by HTEX
4545
when it is able to infer that the block failed to start workers for eg due to
4646
bad worker environment or network connectivity issues.

0 commit comments

Comments
 (0)