Skip to content

Commit

Permalink
doc: Fix formatting and grammar
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
b-butler and bdice authored Oct 13, 2023
1 parent a5d3313 commit 0dd4b7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flow/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -3757,7 +3757,7 @@ def key_func_by_job(operation):
def _gather_selected_flow_groups(self, names=None):
r"""Grabs :class:`~.FlowGroup`\ s that match any of a set of names.
The provided names can be any regular expression that fully match a group name.
The provided names can be any regular expression that fully matches a group name.
Parameters
----------
Expand Down Expand Up @@ -3793,9 +3793,9 @@ def _gather_executable_flow_groups(self, names=None):
Note
----
The behavior is distinct from ``_gather_selected_flow_groups`` in that
for execution the default set is not all groups but all singelton
groups (operations).
The behavior is distinct from ``_gather_selected_flow_groups`` in that
for execution the default set is not all groups but all singleton
groups (operations).
Parameters
----------
Expand Down

0 comments on commit 0dd4b7a

Please sign in to comment.