Skip to content

Commit

Permalink
Minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
CirceMcD committed Nov 2, 2019
1 parent 8ae21cd commit c3286d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/feature_extraction/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ class HashingVectorizer(TransformerMixin, _VectorizerMixin, BaseEstimator):
If a callable is passed it is used to extract the sequence of features
out of the raw, unprocessed input.
.. versionadded:: 0.21
.. versionadded:: v0.21
Since v0.21, if ``input`` is ``filename`` or ``file``, the data is
first read from the file and then passed to the given callable
Expand Down

0 comments on commit c3286d2

Please sign in to comment.