summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-13 20:46:53 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-13 20:46:53 +0200
commitc7c10adc6d83d5212d780431292c3d2a14a1599d (patch)
tree8320c4e3f2d0338e9b391997486b18c3ff9eb846 /src
parentadd a little edid parsing, can get physical dimensions and gamma (diff)
downloadblueshift-c7c10adc6d83d5212d780431292c3d2a14a1599d.tar.gz
blueshift-c7c10adc6d83d5212d780431292c3d2a14a1599d.tar.bz2
blueshift-c7c10adc6d83d5212d780431292c3d2a14a1599d.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r--src/monitor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monitor.py b/src/monitor.py
index 78eb59b..fe810cf 100644
--- a/src/monitor.py
+++ b/src/monitor.py
@@ -530,7 +530,7 @@ def list_screens(method = 'randr', display = None):
Retrieve informantion about all screens, outputs and CRTC:s
@param method:str The listing method: 'randr' for RandR (under X),
- 'drm' for DRM (under TTY)
+ 'drm' for DRM (under TTY)
@param display:str? The display to use, `None` for the current one
@return :Screens An instance of a datastructure with the relevant information
'''