Skip to content

Commit 7298e5a

Browse files
Fix typo in arrow_dataset (#7328)
1 parent d0c152a commit 7298e5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/datasets/arrow_dataset.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ def from_pandas(
808808
and therefore doesn't have an associated cache directory.
809809
This may change in the feature, but in the meantime if you
810810
want to reduce memory usage you should write it back on disk
811-
and reload using using e.g. save_to_disk / load_from_disk.
811+
and reload using e.g. save_to_disk / load_from_disk.
812812
813813
Args:
814814
df (`pandas.DataFrame`):
@@ -908,7 +908,7 @@ def from_dict(
908908
and therefore doesn't have an associated cache directory.
909909
This may change in the feature, but in the meantime if you
910910
want to reduce memory usage you should write it back on disk
911-
and reload using using e.g. save_to_disk / load_from_disk.
911+
and reload using e.g. save_to_disk / load_from_disk.
912912
913913
Args:
914914
mapping (`Mapping`):
@@ -973,7 +973,7 @@ def from_list(
973973
and therefore doesn't have an associated cache directory.
974974
This may change in the feature, but in the meantime if you
975975
want to reduce memory usage you should write it back on disk
976-
and reload using using e.g. save_to_disk / load_from_disk.
976+
and reload using e.g. save_to_disk / load_from_disk.
977977
978978
Args:
979979
mapping (`List[dict]`): A list of mappings of strings to row values.

0 commit comments

Comments
 (0)