aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/example
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-02-12 17:07:27 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-12 17:11:02 -0800
commit8bd6410362903de7a10f8fa048d03b30586cf713 (patch)
treeab9a3f20c892e23dca631e2d746cff187b826a4a /tensorflow/core/example
parent929e3ee91ecf7f9685b50fa1681f39d9b25e568b (diff)
Fix a typo in the comments.
PiperOrigin-RevId: 185459972
Diffstat (limited to 'tensorflow/core/example')
-rw-r--r--tensorflow/core/example/feature_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/example/feature_util.h b/tensorflow/core/example/feature_util.h
index 4e9352ee32..d977935b8a 100644
--- a/tensorflow/core/example/feature_util.h
+++ b/tensorflow/core/example/feature_util.h
@@ -56,9 +56,9 @@ limitations under the License.
//
// To add values to feature_lists:
// AppendFeatureValues({4.0},
-// GetFeatureList("movie_ratings", &se)->Add());
+// GetFeatureList("images", &se)->Add());
// AppendFeatureValues({5.0, 3.0},
-// GetFeatureList("movie_ratings", &se)->Add());
+// GetFeatureList("images", &se)->Add());
// This will create a feature list keyed as "images" with two features:
// feature_lists {
// feature_list {