Documentation fix.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Mon, 9 Apr 2018 18:16:17 +0000 (11:16 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 9 Apr 2018 18:20:01 +0000 (11:20 -0700)
PiperOrigin-RevId: 192155305

tensorflow/python/data/ops/dataset_ops.py

index 8729e08..c28de3d 100644 (file)
@@ -121,7 +121,7 @@ class Dataset(object):
       An `Iterator` over the elements of this dataset.
 
     Raises:
-      RuntimeError: If eager execution is enabled.
+      RuntimeError: If eager execution is not enabled.
     """
     if context.executing_eagerly():
       return iterator_ops.EagerIterator(self)