diff --git a/tensorflow_io/core/python/experimental/io_dataset_ops.py b/tensorflow_io/core/python/experimental/io_dataset_ops.py index 8ff46c22c..2367c7668 100644 --- a/tensorflow_io/core/python/experimental/io_dataset_ops.py +++ b/tensorflow_io/core/python/experimental/io_dataset_ops.py @@ -171,7 +171,7 @@ def from_numpy_file(cls, filename, spec=None, **kwargs): In case numpy file consists of unnamed elements, a tuple of numpy arrays are returned, otherwise a dict is returned for named elements. - ``` + Args: filename: filename of numpy file (npy or npz). spec: A tuple of tf.TensorSpec or dtype, or a dict of