Skip to content

Commit 7dc67c5

Browse files
committed
add docstring
1 parent 5badc80 commit 7dc67c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_led_animation/animation/rainbow.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ def reset(self):
126126

127127
@property
128128
def period(self) -> float:
129+
"""
130+
Period to cycle the rainbow over in seconds.
131+
"""
129132
return self._period
130133

131134
@period.setter

0 commit comments

Comments
 (0)