diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-11 00:51:49 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-11 00:51:49 +0100 |
commit | ecc3ecddf3101292015c823d110e3668004e8c16 (patch) | |
tree | ef0f8f296fbc72c4706786dc560bb4bdf5df690e /examples/lisp-esque | |
parent | m (diff) | |
download | blueshift-ecc3ecddf3101292015c823d110e3668004e8c16.tar.gz blueshift-ecc3ecddf3101292015c823d110e3668004e8c16.tar.bz2 blueshift-ecc3ecddf3101292015c823d110e3668004e8c16.tar.xz |
fix doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | examples/lisp-esque | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lisp-esque b/examples/lisp-esque index 53fd63a..f08c576 100644 --- a/examples/lisp-esque +++ b/examples/lisp-esque @@ -169,7 +169,7 @@ def _size(mods, args): def _edid(mods, args): ''' - Find monitors by extended display information data + Find monitors by extended display identification data @param mods:[]|[str] Optionally the number of monitors to list @param args:list<str> EDID of outputs' monitors |