From 54e81d5cbea7964a1cee7feb5ccff22028c96190 Mon Sep 17 00:00:00 2001 From: Peter Hutterer <peter.hutterer@who-t.net> Date: Fri, 15 Mar 2019 12:12:48 +1000 Subject: [PATCH] doc: drop the sole argument documented for InputAbsInfo Not needed, it's obvious anyway and we have the property documentation. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> --- libevdev/device.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libevdev/device.py b/libevdev/device.py index 0347cfb..f98e159 100644 --- a/libevdev/device.py +++ b/libevdev/device.py @@ -97,10 +97,6 @@ class InputAbsInfo(object): Any of the attributes may be set to None, those that are None are simply ignored by libevdev. - .. attribute:: minimum - - the minimum value of this axis - :property minimum: the minimum value for this axis :property maximum: the maximum value for this axis :property fuzz: the fuzz value for this axis -- GitLab