Skip to content

Commit 9cef05f

Browse files
jstriebelTomDLT
authored andcommitted
documentation: fixing typo (scikit-learn#6938)
the documentation of the form of regular and nested parameters in set_params is corrected
1 parent b4ca1fb commit 9cef05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def set_params(self, **params):
253253
"""Set the parameters of this estimator.
254254
255255
The method works on simple estimators as well as on nested objects
256-
(such as pipelines). The former have parameters of the form
256+
(such as pipelines). The latter have parameters of the form
257257
``<component>__<parameter>`` so that it's possible to update each
258258
component of a nested object.
259259

0 commit comments

Comments
 (0)