Skip to content

Commit d71994c

Browse files
author
tf-model-analysis-team
committed
fix a small typo
PiperOrigin-RevId: 381118406
1 parent ce78a79 commit d71994c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_model_analysis/slicer/slicer_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def __init__(self,
9898
9999
Args:
100100
columns: an iterable of column names to slice on.
101-
features: a iterable of features to slice on. Each feature is a (key,
101+
features: an iterable of features to slice on. Each feature is a (key,
102102
value) tuple. Note that strings representing ints and floats will be
103103
automatically converted to ints and floats respectively and will be
104104
compared against both the string versions and int or float versions of

0 commit comments

Comments
 (0)