8000 FIX comment typo · deepatdotnet/scikit-learn@096610e · GitHub
[go: up one dir, main page]

Skip to content

Commit 096610e

Browse files
rlmvlarsmans
authored andcommitted
FIX comment typo
1 parent ff78bf9 commit 096610e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/feature_extraction/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def build_preprocessor(self):
168168

169169
# unfortunately python functools package does not have an efficient
170170
# `compose` function that would have allowed us to chain a dynamic
171-
# number of functions. However the however of a lambda call is a few
171+
# number of functions. However the cost of a lambda call is a few
172172
# hundreds of nanoseconds which is negligible when compared to the
173173
# cost of tokenizing a string of 1000 chars for instance.
174174
noop = lambda x: x

0 commit comments

Comments
 (0)
0