Skip to content

Commit a6b4d3f

Browse files
committed
Fixes typo in docstring.
PiperOrigin-RevId: 757876640
1 parent 73c2209 commit a6b4d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_data_validation/statistics/generators/lift_stats_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def _compute_lifts(
477477

478478

479479
class _WeakRefFrozenMapping(collections.abc.Mapping, object):
480-
"""A weakly-referencable dict, necessary to allow use with shared.Shared.
480+
"""A weakly-referenceable dict, necessary to allow use with shared.Shared.
481481
482482
Note that the mapping will not be frozen until freeze() is called.
483483
"""

0 commit comments

Comments
 (0)