Skip to content

Commit

Permalink
corrected documentation formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
speratus committed Nov 13, 2019
1 parent f9fea94 commit c6b4908
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
/venv/
/htmlcov/
.coverage
/.idea/
/.idea/
changelog.txt
4 changes: 2 additions & 2 deletions blinkter/pixel.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def blink(self, r=0, g=0, b=0, brightness=0.1, interval=0.05, duration=2.0):
Sets the overall brightness of the pixel when blinking.
NOTE: If you set the brightness of the pixel using this option, the brightness set by this argument will
remain even after the pixel has finished blinking.
remain even after the pixel has finished blinking.
**WARNING**: This option does nothing in versions prior to version 1.0.0.
"""
Expand Down Expand Up @@ -406,7 +406,7 @@ def start_blink(self, r=0, g=0, b=0, brightness=0.1, on_length=0.05, off_length=
The overall brightness of the whole pixel during this blink sequence.
NOTE: Setting the brightness using this argument will carry over to the brightness that the pixel uses once
it is finished blinking.
it is finished blinking.
**WARNING**: This option does nothing in versions prior to 1.0.0.
Expand Down

0 comments on commit c6b4908

Please sign in to comment.