10000 DOC an additional skip · scikit-learn/scikit-learn@2f5c550 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f5c550

Browse files
committed
DOC an additional skip
1 parent 4653d8b commit 2f5c550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/datasets/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ defaults to individual datasets:
397397
(150, 4)
398398
>>> iris = fetch_mldata('iris', transpose_data=False,
399399
... data_home=custom_data_home) # doctest: +SKIP
400-
>>> iris.data.shape
400+
>>> iris.data.shape # doctest: +SKIP
401401
(4, 150)
402402

403403
* For datasets with multiple columns, :func:`sklearn.datasets.fetch_mldata`

0 commit comments

Comments
 (0)
0