8000 DOC Typo in path on example, contributing (#15178) · scikit-learn/scikit-learn@86aea99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86aea99

Browse files
angelaambrozthomasjpfan
authored andcommitted
DOC Typo in path on example, contributing (#15178)
1 parent 5a63c8b commit 86aea99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developers/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ complies with the following rules before marking a PR as ``[MRG]``. The
319319
specific to the file
320320
- `pytest sklearn/linear_model` to test the whole
321321
:mod:`~sklearn.linear_model` module
322-
- `pytest sklearn/doc/linear_model.rst` to make sure the user guide
322+
- `pytest doc/modules/linear_model.rst` to make sure the user guide
323323
examples are correct.
324324
- `pytest sklearn/tests/test_common.py -k LogisticRegression` to run all our
325325
estimator checks (specifically for `LogisticRegression`, if that's the

0 commit comments

Comments
 (0)
0