Skip to content

Commit c33c8bc

Browse files
authored
Fix a typo in arrow_dataset.py (#7402)
Fix typo in arrow_dataset.py "in the feature" should be "in the future"
1 parent b2887eb commit c33c8bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/datasets/arrow_dataset.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ def from_pandas(
808808
809809
Important: a dataset created with from_pandas() lives in memory
810810
and therefore doesn't have an associated cache directory.
811-
This may change in the feature, but in the meantime if you
811+
This may change in the future, but in the meantime if you
812812
want to reduce memory usage you should write it back on disk
813813
and reload using e.g. save_to_disk / load_from_disk.
814814
@@ -908,7 +908,7 @@ def from_dict(
908908
909909
Important: a dataset created with from_dict() lives in memory
910910
and therefore doesn't have an associated cache directory.
911-
This may change in the feature, but in the meantime if you
911+
This may change in the future, but in the meantime if you
912912
want to reduce memory usage you should write it back on disk
913913
and reload using e.g. save_to_disk / load_from_disk.
914914
@@ -973,7 +973,7 @@ def from_list(
973973
974974
Important: a dataset created with from_list() lives in memory
975975
and therefore doesn't have an associated cache directory.
976-
This may change in the feature, but in the meantime if you
976+
This may change in the future, but in the meantime if you
977977
want to reduce memory usage you should write it back on disk
978978
and reload using e.g. save_to_disk / load_from_disk.
979979

0 commit comments

Comments
 (0)