Skip to content

Commit

Permalink
updated docstring in led.py
Browse files Browse the repository at this point in the history
  • Loading branch information
speratus committed Jul 25, 2019
1 parent ba9b91a commit af5f3d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blinkter/led.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ class LED(enum.Enum):
An enum representing the primary colors available on the blinkt board.
The possible values are as follows:
.. codeblock:python3
.. codeblock:: python3
RED = 0
GREEN = 1
BLUE = 2
Expand Down

0 comments on commit af5f3d9

Please sign in to comment.