Comment typo fix.
PiperOrigin-RevId: 309876718 Change-Id: I2fc6fbb07ffc01cfd7ac1e62218dcd41f669e689
This commit is contained in:
parent
89072571ca
commit
7705ee85ef
@ -2231,7 +2231,7 @@ class FeatureColumn(object):
|
|||||||
In CPython, `__lt__` must be defined for all objects in the
|
In CPython, `__lt__` must be defined for all objects in the
|
||||||
sequence being sorted.
|
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
|
compatible with feature column objects (such as strings), then CPython will
|
||||||
fall back to using the `__gt__` method below.
|
fall back to using the `__gt__` method below.
|
||||||
https://docs.python.org/3/library/stdtypes.html#list.sort
|
https://docs.python.org/3/library/stdtypes.html#list.sort
|
||||||
|
Loading…
Reference in New Issue
Block a user