diff --git a/wrappers/Python/CoolProp/CoolProp.pyx b/wrappers/Python/CoolProp/CoolProp.pyx index fc9707427c..0238ebb172 100644 --- a/wrappers/Python/CoolProp/CoolProp.pyx +++ b/wrappers/Python/CoolProp/CoolProp.pyx @@ -279,7 +279,7 @@ cpdef PropsSI(in1, in2, in3 = None, in4 = None, in5 = None, in6 = None, in7 = No else: return val else: - throw ValueError('input #7 cannot be provided') + raise ValueError('input #7 cannot be provided') cpdef list FluidsList(): """