Skip to content

Commit

Permalink
Try to fix documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Cheng Su <[email protected]>
  • Loading branch information
c21 committed Oct 6, 2022
1 parent dded6e1 commit d26b73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/data/read_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ def read_csv(
with a custom callback to read only selected partitions of a dataset.
By default, this does not filter out any files.
If wishing to filter out all file paths except those whose file extension
matches e.g. "*.csv", a ``FileExtensionFilter("csv")`` can be provided.
matches e.g. "*.csv*", a ``FileExtensionFilter("csv")`` can be provided.
partitioning: A :class:`~ray.data.datasource.partitioning.Partitioning` object
that describes how paths are organized. By default, this function parses
`Hive-style partitions <https://athena.guide/articles/hive-style-partitioning/>`_.
Expand Down

0 comments on commit d26b73f

Please sign in to comment.