Skip to content

Commit

Permalink
Fix FlowGroup reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Dec 10, 2020
1 parent 398770a commit e4a76db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def get_status(self):
class JobOperation(_JobOperation):
"""Class containing execution information for one group and one job.
The execution or submission of a :class:`FlowGroup` uses a passed-in command
The execution or submission of a :class:`~.FlowGroup` uses a passed-in command
which can either be a string or function with no arguments that returns a shell
executable command. The shell executable command won't be used if it is
determined that the group can be executed without forking.
Expand Down

0 comments on commit e4a76db

Please sign in to comment.