Skip to content

Commit

Permalink
[Data] Fix "Image file formats" link in Dataset.write_images refere…
Browse files Browse the repository at this point in the history
…nce (ray-project#38678)

Signed-off-by: Balaji Veeramani <[email protected]>
  • Loading branch information
bveeramani committed Aug 21, 2023
1 parent cedadc4 commit 34578a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -2844,7 +2844,7 @@ def write_images(
column: The column containing the data you want to write to images.
file_format: The image file format to write with. For available options,
see `Image file formats <https://pillow.readthedocs.io/en/latest\
/handbook/image-file-formats.html>`.
/handbook/image-file-formats.html>`_.
filesystem: The pyarrow filesystem implementation to write to.
These filesystems are specified in the
`pyarrow docs <https://arrow.apache.org/docs\
Expand Down

0 comments on commit 34578a6

Please sign in to comment.