diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-07 07:51:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-07 07:51:17 +0200 |
commit | 7385d625053be9fb04023f0274256f4652d268d1 (patch) | |
tree | f034766fb4c102792d68a0cfce73eb5cbbd7c108 /src/colour.py | |
parent | doc SOLAR_APPARENT_RADIUS (diff) | |
download | blueshift-7385d625053be9fb04023f0274256f4652d268d1.tar.gz blueshift-7385d625053be9fb04023f0274256f4652d268d1.tar.bz2 blueshift-7385d625053be9fb04023f0274256f4652d268d1.tar.xz |
cleanup in preparation for and preparation for use of pylibgamma
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/colour.py')
-rw-r--r-- | src/colour.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colour.py b/src/colour.py index e2bbc01..3d1e40c 100644 --- a/src/colour.py +++ b/src/colour.py @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # This module implements functions from convertions between colour spaces -# and comparion of colours +# and comparion of colours. def linear_to_standard(*colour): |