@@ -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