Skip to content

Commit

Permalink
Fix typo in exception message.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Apr 2, 2022
1 parent 753cab2 commit 4f2a8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colour_datasets/loaders/dyer2017.py
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ def read(self) -> MultiSpectralDistributions:
return self
else:
raise ValueError(
"The multi=spectral distributions path is undefined!"
"The multi-spectral distributions path is undefined!"
)


Expand Down

0 comments on commit 4f2a8c8

Please sign in to comment.