summaryrefslogtreecommitdiffstats
path: root/src/blueshift_randr.pyx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/blueshift_randr.pyx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/blueshift_randr.pyx b/src/blueshift_randr.pyx
index 756ea73..e845f65 100644
--- a/src/blueshift_randr.pyx
+++ b/src/blueshift_randr.pyx
@@ -44,9 +44,9 @@ def randr_open(int use_screen, display):
'''
Start stage of colour curve control
- @param use_screen The screen to use
- @param display:str? The display to use, `None` for the current
- @return :int Zero on success
+ @param use_screen The screen to use
+ @param display:bytes? The display to use, `None` for the current
+ @return :int Zero on success
'''
cdef char* display_ = NULL
if display is not None: