Skip to content

Commit 675181e

Browse files
committed
Fix typo
1 parent 5a7a909 commit 675181e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/Python/mcrun/mcrun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ def main():
569569
points = len(pointlist[0])
570570
if not (all(map(lambda i: len(i) == points, intervals.values()))):
571571
raise OptionValueError(
572-
'All variables much have an equal amount of points.')
572+
'All variables must have an equal amount of points.')
573573
interval_points = LinearInterval.from_list(
574574
points, intervals)
575575

0 commit comments

Comments
 (0)