8000 FIX docstring deletions · deepatdotnet/scikit-learn@f2333e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit f2333e4

Browse files
rlmvlarsmans
authored andcommitted
FIX docstring deletions
1 parent 1f1f385 commit f2333e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sklearn/feature_extraction/text.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ class HashingVectorizer(BaseEstimator, VectorizerMixin):
319319
320320
stop_words: string {'english'}, list, or None (default)
321321
If a string, it is passed to _check_stop_list and the appropriate stop
322-
list is returned is currently the only
323-
supported string value.
322+
list is returned. 'english' is currently the only supported string
323+
value.
324324
325325
If a list, that list is assumed to contain stop words, all of which
326326
will be removed from the resulting tokens.
@@ -500,8 +500,8 @@ class CountVectorizer(BaseEstimator, VectorizerMixin):
500500
501501
stop_words : string {'english'}, list, or None (default)
502502
If a string, it is passed to _check_stop_list and the appropriate stop
503-
list is returned is currently the only
504-
supported string value.
503+
list is returned. 'english' is currently the only supported string
504+
value.
505505
506506
If a list, that list is assumed to contain stop words, all of which
507507
will be removed from the resulting tokens.
@@ -1005,8 +1005,8 @@ class TfidfVectorizer(CountVectorizer):
10051005
10061006
stop_words : string {'english'}, list, or None (default)
10071007
If a string, it is passed to _check_stop_list and the appropriate stop
1008-
list is returned is currently the only
1009-
supported string value.
1008+
list is returned. 'english' is currently the only supported string
1009+
value.
10101010
10111011
If a list, that list is assumed to contain stop words, all of which
10121012
will be removed from the resulting tokens.

0 commit comments

Comments
 (0)
0