Skip to content

Commit 8c4a199

Browse files
committed
Merge branch 'feature/v0.4.3' into develop
2 parents ff7bb7a + 0d83542 commit 8c4a199

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

colour/continuous/signal.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,9 +556,9 @@ def _undefined_function(
556556
"""
557557

558558
raise ValueError(
559-
"Underlying signal interpolator function does not exists, "
560-
"please ensure you defined both "
561-
'"domain" and "range" variables!'
559+
"Underlying signal interpolator function does not "
560+
'exists, please ensure that both "domain" and "range" '
561+
"variables are defined!"
562562
)
563563

564564
self._function = cast(Callable, _undefined_function)

0 commit comments

Comments
 (0)