diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-05 20:58:03 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-05 20:58:03 +0200 |
commit | e98ce56d57a4101236eb16f680b3496661278fd4 (patch) | |
tree | 7073da18d009c548627ccf4738dffbaf78291f47 | |
parent | document kelvins and the automatic use of it (diff) | |
download | blueshift-e98ce56d57a4101236eb16f680b3496661278fd4.tar.gz blueshift-e98ce56d57a4101236eb16f680b3496661278fd4.tar.bz2 blueshift-e98ce56d57a4101236eb16f680b3496661278fd4.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | info/blueshift.texinfo | 2 | ||||
-rw-r--r-- | src/blackbody.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index 24f0f33..4614899 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -1799,7 +1799,7 @@ Approximate average colour temperature of electronic flash. @c https://en.wikipedia.org/wiki/Colour_temperature @item K_XENON_SHORT_ARC_LAMP = 6200 K -Approximate colour temperature of Xenon short-arc lamp. +Approximate colour temperature of xenon short-arc lamp. @c https://en.wikipedia.org/wiki/Colour_temperature @item K_DAYLIGHT = 6500 K diff --git a/src/blackbody.py b/src/blackbody.py index 9b9352c..ad1a0f1 100644 --- a/src/blackbody.py +++ b/src/blackbody.py @@ -375,7 +375,7 @@ Approximate average colour temperature of electronic flash K_XENON_SHORT_ARC_LAMP = 6200 ''' -Approximate colour temperature of Xenon short-arc lamp +Approximate colour temperature of xenon short-arc lamp @ref https://en.wikipedia.org/wiki/Colour_temperature ''' |