Skip to content

Commit

Permalink
Fix typo in Path docstring (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoLegends authored Jul 23, 2024
1 parent a22e923 commit 4ca86d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sisyphus/job_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def __setstate__(self, state):

class Path(AbstractPath):
"""
Object do hold the connecting path to files:
Object to hold the connecting path to files:
that are exchanged between jobs
each path can have a creator or a direct pass to the target and many users.
Expand Down

0 comments on commit 4ca86d2

Please sign in to comment.