diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-07 17:32:48 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-07 17:32:48 +0100 |
commit | 43a49d9702fb695477355c8632887bb5d4097bf7 (patch) | |
tree | 2bebf4ed6f050b96a773435fb67ec8a755c17993 /src/curve.py | |
parent | reduce documentation and refer to solar-python (diff) | |
download | blueshift-43a49d9702fb695477355c8632887bb5d4097bf7.tar.gz blueshift-43a49d9702fb695477355c8632887bb5d4097bf7.tar.bz2 blueshift-43a49d9702fb695477355c8632887bb5d4097bf7.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
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 2953095..ee2c7d5 100644 --- a/src/curve.py +++ b/src/curve.py @@ -268,7 +268,7 @@ def gamma(r, g = ..., b = ...): def negative(r = True, g = ..., b = ...): ''' - Revese the colour curves (negative image with gamma preservation) + Reverse the colour curves (negative image with gamma preservation) @param r:bool Whether to invert the red curve @param g:bool|... Whether to invert the green curve, defaults to `r` if `...` |