diff options
author | Mattias Andrée <maandree@kth.se> | 2016-08-25 16:47:27 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-08-25 16:47:27 +0200 |
commit | f5eac6b21864add21aca96c69b55d5b116c0542d (patch) | |
tree | 68076b0758357a277654bd705dff0b85413c8bab | |
parent | update dist (diff) | |
download | blueshift-f5eac6b21864add21aca96c69b55d5b116c0542d.tar.gz blueshift-f5eac6b21864add21aca96c69b55d5b116c0542d.tar.bz2 blueshift-f5eac6b21864add21aca96c69b55d5b116c0542d.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | src/icc.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ def parse_icc(content): read(128) # Get the number of bytes n_tags, ptr = int_(read(4)), 128 + 4 - # Create array for the lookup tables to creat + # Create array for the lookup tables to create R_curve, G_curve, B_curve = [], [], [] for i_tag in range(n_tags): |