Skip to content

Commit

Permalink
Update data.py
Browse files Browse the repository at this point in the history
extention -> extension
  • Loading branch information
eltociear authored Nov 19, 2023
1 parent d557aa8 commit d8aaaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audioldm/clap/training/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ def get_dataset_fn(data_path, dataset_type):
return get_wds_dataset
else:
raise ValueError(
f"Tried to figure out dataset type, but failed for extention {ext}."
f"Tried to figure out dataset type, but failed for extension {ext}."
)
elif dataset_type == "toy":
return get_toy_dataset
Expand Down

0 comments on commit d8aaaa5

Please sign in to comment.