summaryrefslogtreecommitdiffstats
path: root/src/blueshift_randr.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/blueshift_randr.pyx')
-rw-r--r--src/blueshift_randr.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blueshift_randr.pyx b/src/blueshift_randr.pyx
index 7de1d13..842a026 100644
--- a/src/blueshift_randr.pyx
+++ b/src/blueshift_randr.pyx
@@ -133,7 +133,7 @@ def randr_apply(crtc_indices, r_curve, g_curve, b_curve):
@param r_curve:list<int> The red colour curve
@param g_curve:list<int> The green colour curve
@param b_curve:list<int> The blue colour curve
- @return Zero on success
+ @return :int Zero on success
'''
# Convert curves to 16-bit C integers
for i in range(256):