Skip to content

Commit 73c2209

Browse files
committed
Fixes typo in docstring.
PiperOrigin-RevId: 753744384
1 parent 247f161 commit 73c2209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_data_validation/statistics/generators/image_stats_generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"""Module that computes statistics for features of image format.
1515
1616
Specifically, the following statistics are computed:
17-
- Maximum image heigh and width
18-
- Histogram of value count by image format
17+
- Maximum image height and width.
18+
- Histogram of value count by image format.
1919
- If the rate of recognized formats is high enough and enough values
2020
have been considered, features get marked with domain_info: image_domain
2121
used for schema inference.

0 commit comments

Comments
 (0)