From bda1cfaaae7a5babe6960ccd12e08380c4fb68b1 Mon Sep 17 00:00:00 2001 From: Andrew Audibert Date: Wed, 18 Dec 2019 18:08:10 -0800 Subject: [PATCH] Fix doc formatting in dataset_ops.py The effect can be seen in the Args section of https://www.tensorflow.org/api_docs/python/tf/data/Dataset?version=nightly#shuffle PiperOrigin-RevId: 286304265 Change-Id: I318caf0b33a92d881ad42065d0e4a7a603d91fc0 --- tensorflow/python/data/ops/dataset_ops.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/python/data/ops/dataset_ops.py b/tensorflow/python/data/ops/dataset_ops.py index 6f9d201c85d..f07d02e33c1 100644 --- a/tensorflow/python/data/ops/dataset_ops.py +++ b/tensorflow/python/data/ops/dataset_ops.py @@ -1172,7 +1172,6 @@ class DatasetV2(tracking_base.Trackable, composite_tensor.CompositeTensor): [1, 0, 2] >>> list(dataset.as_numpy_iterator()) # doctest: +SKIP [1, 0, 2] - ``` Args: buffer_size: A `tf.int64` scalar `tf.Tensor`, representing the number of -- GitLab