summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-07 17:32:48 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-07 17:32:48 +0100
commit43a49d9702fb695477355c8632887bb5d4097bf7 (patch)
tree2bebf4ed6f050b96a773435fb67ec8a755c17993
parentreduce documentation and refer to solar-python (diff)
downloadblueshift-43a49d9702fb695477355c8632887bb5d4097bf7.tar.gz
blueshift-43a49d9702fb695477355c8632887bb5d4097bf7.tar.bz2
blueshift-43a49d9702fb695477355c8632887bb5d4097bf7.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r--src/curve.py2
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 `...`