Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak committed Apr 2, 2024
1 parent b4650ef commit da83976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/doc/source/how-to-use-with-local-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CSV
# Single file
data_files = "path-to-my-file.csv"
# Multitple Files
# Multiple Files
data_files = [ "path-to-my-file-1.csv", "path-to-my-file-2.csv", ...]
dataset = load_dataset("csv", data_files=data_files)
Expand Down

0 comments on commit da83976

Please sign in to comment.