From 4b9fde8fb5d21e27c740f8010429fa6e6064f91c Mon Sep 17 00:00:00 2001 From: Luis Villa Date: Tue, 23 Feb 2016 21:09:26 -0800 Subject: [PATCH] Fix documentation of a parameter Minor copy and paste error in the documentation - param power in fade_color should have been param newcolor. --- lifx/group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lifx/group.py b/lifx/group.py index 5795aaa..c319111 100644 --- a/lifx/group.py +++ b/lifx/group.py @@ -62,7 +62,7 @@ def fade_color(self, newcolor, duration=DEFAULT_DURATION): """ Change the color of the entire group at once. - :param power: The color to transition every bulb in the group to. + :param newcolor: The color to transition every bulb in the group to. :param duration: The amount of time to perform the transition over. """ for l in self.members: