From f82467c804095c62c81d9bc6fe0a26db80aefab6 Mon Sep 17 00:00:00 2001 From: David Xia Date: Wed, 26 Oct 2022 21:57:47 -0400 Subject: [PATCH] fix docs: typo --- tensorflow_data_validation/statistics/stats_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow_data_validation/statistics/stats_options.py b/tensorflow_data_validation/statistics/stats_options.py index 9ca3ee5c..7bd59523 100644 --- a/tensorflow_data_validation/statistics/stats_options.py +++ b/tensorflow_data_validation/statistics/stats_options.py @@ -245,7 +245,7 @@ def __init__( def to_json(self) -> Text: """Convert from an object to JSON representation of the __dict__ attribute. - Custom generators and slice_functions cannot being converted. As a result, + Custom generators and slice_functions cannot be converted. As a result, a ValueError will be raised when these options are specified and TFDV is running in a setting where the stats options have been json-serialized, first. This will happen in the case where TFDV is run as a TFX component.