diff options
Diffstat (limited to '')
| -rw-r--r-- | src/curve.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curve.py b/src/curve.py index 66575a6..6446a2a 100644 --- a/src/curve.py +++ b/src/curve.py @@ -75,7 +75,7 @@ def series_d(temperature):  def simple_whitepoint(temperature):      ''' -    Calculate the colour for a blackbody temperature using a simple, but inaccurate, algorithm +    Calculate the colour for a blackbody temperature using a simple algorithm      @param   temperature:float       The blackbody temperature in kelvins, not guaranteed for values outside [1000, 40000]      @return  :(float, float, float)  The red, green and blue components of the white point  | 
