aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/api_guides/python/python_io.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/api_guides/python/python_io.md')
-rw-r--r--tensorflow/docs_src/api_guides/python/python_io.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/tensorflow/docs_src/api_guides/python/python_io.md b/tensorflow/docs_src/api_guides/python/python_io.md
index 06282e49d5..e7e82a8701 100644
--- a/tensorflow/docs_src/api_guides/python/python_io.md
+++ b/tensorflow/docs_src/api_guides/python/python_io.md
@@ -5,10 +5,10 @@ A TFRecords file represents a sequence of (binary) strings. The format is not
random access, so it is suitable for streaming large amounts of data but not
suitable if fast sharding or other non-sequential access is desired.
-* @{tf.python_io.TFRecordWriter}
-* @{tf.python_io.tf_record_iterator}
-* @{tf.python_io.TFRecordCompressionType}
-* @{tf.python_io.TFRecordOptions}
+* `tf.python_io.TFRecordWriter`
+* `tf.python_io.tf_record_iterator`
+* `tf.python_io.TFRecordCompressionType`
+* `tf.python_io.TFRecordOptions`
- - -