Skip to content

Commit 1ff07f9

Browse files
rthadrinjalali
authored andcommitted
DOC Fix parametrize_with_checks link (scikit-learn#17263)
1 parent 6069874 commit 1ff07f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/developers/develop.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,9 @@ several internals of scikit-learn that you should be aware of in addition to
247247
the scikit-learn API outlined above. You can check whether your estimator
248248
adheres to the scikit-learn interface and standards by running
249249
:func:`~sklearn.utils.estimator_checks.check_estimator` on an instance. The
250-
:func:`~sklearn.utils.parametrize_with_checks` pytest decorator can also be
251-
used (see its docstring for details and possible interactions with `pytest`)::
250+
:func:`~sklearn.utils.estimator_checks.parametrize_with_checks` pytest
251+
decorator can also be used (see its docstring for details and possible
252+
interactions with `pytest`)::
252253

253254
>>> from sklearn.utils.estimator_checks import check_estimator
254255
>>> from sklearn.svm import LinearSVC

0 commit comments

Comments
 (0)