From fd5ebfa76850b4870f7ab4929616a60852a2800e Mon Sep 17 00:00:00 2001
From: "A. Unique TensorFlower" <nobody@tensorflow.org>
Date: Wed, 25 May 2016 12:50:40 -0800
Subject: [PATCH] Update generated Python Op docs. Change: 123249409

---
 .../api_docs/python/functions_and_classes/tf.parse_example.md   | 2 +-
 tensorflow/g3doc/api_docs/python/io_ops.md                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.parse_example.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.parse_example.md
index 9a7476475ec..2f2f5111963 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.parse_example.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/tf.parse_example.md
@@ -74,7 +74,7 @@ example_names: ["input0", "input1"],
 features: {
     "kw": VarLenFeature(tf.string),
     "dank": VarLenFeature(tf.int64),
-    "gps": VarLenFeature(tf.float),
+    "gps": VarLenFeature(tf.float32),
 }
 ```
 
diff --git a/tensorflow/g3doc/api_docs/python/io_ops.md b/tensorflow/g3doc/api_docs/python/io_ops.md
index 127b461e4d2..61d01910524 100644
--- a/tensorflow/g3doc/api_docs/python/io_ops.md
+++ b/tensorflow/g3doc/api_docs/python/io_ops.md
@@ -1289,7 +1289,7 @@ example_names: ["input0", "input1"],
 features: {
     "kw": VarLenFeature(tf.string),
     "dank": VarLenFeature(tf.int64),
-    "gps": VarLenFeature(tf.float),
+    "gps": VarLenFeature(tf.float32),
 }
 ```