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 af5f3d9 commit 8d05803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blinkter/led.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ class LED(enum.Enum):
"""
An enum representing the primary colors available on the blinkt board.
The possible values are as follows:
The possible values are as follows: ::
.. codeblock:: python3
RED = 0
GREEN = 1
BLUE = 2
"""
RED = 0
GREEN = 1
Expand Down

0 comments on commit 8d05803

Please sign in to comment.