8000 MNT fix typo in conftest.py (#20598) · scikit-learn/scikit-learn@3d3d176 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d3d176

Browse files
author
Ikko Ashimine
authored
MNT fix typo in conftest.py (#20598)
1 parent 238451d commit 3d3d176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def setup_loading_other_datasets():
5353
if not run_network_tests:
5454
raise SkipTest(
5555
"Skipping loading_other_datasets.rst, tests can be "
56-
"enabled by settting SKLEARN_SKIP_NETWORK_TESTS=0"
56+
"enabled by setting SKLEARN_SKIP_NETWORK_TESTS=0"
5757
)
5858

5959

0 commit comments

Comments
 (0)
0