From 7705ee85ef18171276040c49df558daabd735a00 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 4 May 2020 21:17:29 -0700 Subject: [PATCH] Comment typo fix. PiperOrigin-RevId: 309876718 Change-Id: I2fc6fbb07ffc01cfd7ac1e62218dcd41f669e689 --- tensorflow/python/feature_column/feature_column_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/feature_column/feature_column_v2.py b/tensorflow/python/feature_column/feature_column_v2.py index 9e7df6678de..23a9861eb1b 100644 --- a/tensorflow/python/feature_column/feature_column_v2.py +++ b/tensorflow/python/feature_column/feature_column_v2.py @@ -2231,7 +2231,7 @@ class FeatureColumn(object): In CPython, `__lt__` must be defined for all objects in the sequence being sorted. - If any objects in teh sequence being sorted do not have an `__lt__` method + If any objects in the sequence being sorted do not have an `__lt__` method compatible with feature column objects (such as strings), then CPython will fall back to using the `__gt__` method below. https://docs.python.org/3/library/stdtypes.html#list.sort