diff --git a/keras/feature_column/sequence_feature_column.py b/keras/feature_column/sequence_feature_column.py index 5fd05fdd665..89e4f5cfdb7 100644 --- a/keras/feature_column/sequence_feature_column.py +++ b/keras/feature_column/sequence_feature_column.py @@ -122,8 +122,8 @@ def call(self, features, training=None): method of any `FeatureColumn` that takes a `training` argument. For example, if a `FeatureColumn` performed dropout, the column could expose a `training` argument to control whether the dropout should - be applied. If `None`, defaults to - `tf.keras.backend.learning_phase()`. + be applied. If `None`, becomes `tf.keras.backend.learning_phase()`. + Defaults to `None`. Returns: