diff --git a/flow/project.py b/flow/project.py index d52f2a178..1747fa7f0 100644 --- a/flow/project.py +++ b/flow/project.py @@ -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 ---------- @@ -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 ----------