RatbagdLed: fix docstring

This commit is contained in:
Jente Hidskes
2017-10-15 12:31:58 +02:00
committed by Peter Hutterer
parent f159af3b1e
commit 6ab0ddec71

View File

@@ -926,8 +926,7 @@ class RatbagdLed(_RatbagdDBus):
@GObject.Property
def type(self):
"""An enum describing this led's type,
RatbagdLed.TYPE_LOGO or RatbagdLed.TYPE_SIDE."""
"""An enum describing this led's type, one of RatbagdLed.TYPE_*."""
return self._get_dbus_property("Type")
@GObject.Property