[tf.data] Fix typo in `Dataset.prefetch()` docstring.
authorDerek Murray <mrry@google.com>
Fri, 16 Mar 2018 19:11:18 +0000 (12:11 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 16 Mar 2018 19:16:19 +0000 (12:16 -0700)
PiperOrigin-RevId: 189374898

tensorflow/python/data/ops/dataset_ops.py

index 390ce85..a0c5a43 100644 (file)
@@ -563,7 +563,7 @@ class Dataset(object):
 
     Args:
       buffer_size: A `tf.int64` scalar `tf.Tensor`, representing the
-        maximum number elements that will be buffered when prefetching.
+        maximum number of elements that will be buffered when prefetching.
 
     Returns:
       Dataset: A `Dataset`.