Skip to content

Commit 3ecd489

Browse files
authored
Fix docstring. (#1305)
This is breaking everything below it. https://www.tensorflow.org/io/api_docs/python/tfio/experimental/IODataset
1 parent 8a60486 commit 3ecd489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_io/core/python/experimental/io_dataset_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def from_numpy_file(cls, filename, spec=None, **kwargs):
171171
In case numpy file consists of unnamed elements, a tuple of numpy
172172
arrays are returned, otherwise a dict is returned for named
173173
elements.
174-
```
174+
175175
Args:
176176
filename: filename of numpy file (npy or npz).
177177
spec: A tuple of tf.TensorSpec or dtype, or a dict of

0 commit comments

Comments
 (0)