Skip to content

Commit e98f4fd

Browse files
committed
FIX: Typo
1 parent fb43369 commit e98f4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/feature_extraction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ can be constructed using::
176176

177177
and fed to a hasher with::
178178

179-
hasher = FeatureHasher(input_type=string)
179+
hasher = FeatureHasher(input_type='string')
180180
X = hasher.transform(raw_X)
181181

182182
to get a ``scipy.sparse`` matrix ``X``.

0 commit comments

Comments
 (0)