Skip to content

Commit

Permalink
Fix spelling in LED example: cyle -> cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
WasabiFan committed Jul 11, 2020
1 parent b9b5bc7 commit 5364b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ev3dev2/led.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def animate_cycle(self, colors, groups=('LEFT', 'RIGHT'), sleeptime=0.5, duratio
from ev3dev2.led import Leds
leds = Leds()
leds.animate_cyle(('RED', 'GREEN', 'AMBER'))
leds.animate_cycle(('RED', 'GREEN', 'AMBER'))
"""
def _animate_cycle():
index = 0
Expand Down

0 comments on commit 5364b40

Please sign in to comment.