diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-05 18:21:25 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-05 18:21:25 +0200 |
commit | 219a23298bf37e2601fd1e0a8bf51e29703fe82b (patch) | |
tree | 8cb45d18eb2d1caa6fdd9f51e10cbfdb80834d43 /src/blackbody.py | |
parent | document (diff) | |
download | blueshift-219a23298bf37e2601fd1e0a8bf51e29703fe82b.tar.gz blueshift-219a23298bf37e2601fd1e0a8bf51e29703fe82b.tar.bz2 blueshift-219a23298bf37e2601fd1e0a8bf51e29703fe82b.tar.xz |
it was spelled that way, why was it not in the dictionary
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/blackbody.py')
-rw-r--r-- | src/blackbody.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/blackbody.py b/src/blackbody.py index 6657a03..686f94e 100644 --- a/src/blackbody.py +++ b/src/blackbody.py @@ -271,7 +271,7 @@ Synonym for `K_ELECTRONIC_FLASH_BULB` K_D50 = 5000 ''' -The standard illuminate D50 (5000 K) of the CIE standard illuminate series D +The standard illuminant D50 (5000 K) of the CIE standard illuminant series D ''' K_NOON_DAYLIGHT = 5000 @@ -322,7 +322,7 @@ The colour temperature in the Mac OS X and iOS port of f.lux named ‘daylight†K_D55 = 5500 ''' -The standard illuminate D55 (5500 K) of the CIE standard illuminate series D +The standard illuminant D55 (5500 K) of the CIE standard illuminant series D ''' K_F_LUX_W32_DAYLIGHT = 5500 @@ -396,7 +396,7 @@ Approximate colour temperature of daylight during an overcast day K_D65 = 6500 ''' -The standard illuminate D65 (6500 K) of the CIE standard illuminate series D +The standard illuminant D65 (6500 K) of the CIE standard illuminant series D ''' K_NEUTRAL = K_D65 @@ -436,7 +436,7 @@ Synonym for `K_SHARP` and `K_FORTE_LUX` K_D75 = 7500 ''' -The standard illuminate D75 (7500 K) of the CIE standard illuminate series D +The standard illuminant D75 (7500 K) of the CIE standard illuminant series D ''' K_BLUE_FILTER = 8000 |