File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ def __init__(
108108 include : Optional[Dict[str, List[str]]] = None
109109 If None, all possible algorithms are used.
110110
111- Otherwise, specifies a step and the components that are available to be used .
111+ Otherwise, specifies a step and the components that are included in search .
112112 See ``/pipeline/components/<step>/*`` for available components.
113113
114114 Incompatible with parameter ``exclude``.
@@ -133,7 +133,7 @@ def __init__(
133133 exclude : Optional[Dict[str, List[str]]] = None
134134 If None, all possible algorithms are used.
135135
136- Otherwise, specifies a step and the components that are available to be used .
136+ Otherwise, specifies a step and the components that are excluded from search .
137137 See ``/pipeline/components/<step>/*`` for available components.
138138
139139 Incompatible with parameter ``include``.
You can’t perform that action at this time.
0 commit comments