Skip to content

Commit

Permalink
Please
Browse files Browse the repository at this point in the history
  • Loading branch information
evaherrada committed Mar 20, 2020
1 parent d20f345 commit a9203ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This driver depends on:
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
* `Bus Device <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice>`_

Please ensure that all dependencies are available on the CircuitPython filesystem.
Please ensure all dependencies are available on the CircuitPython filesystem.
This is easily achieved by downloading
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_.

Expand Down
2 changes: 1 addition & 1 deletion adafruit_drv2605.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def duration(self):

@duration.setter
def duration(self, duration):
"""Set the pause duration in seconds."""
"""Sets the pause duration in seconds."""
if not 0.0 <= duration <= 1.27:
raise ValueError("Pause duration must be a value within 0.0-1.27!")
# Add wait time flag bit and convert duration to centiseconds
Expand Down

0 comments on commit a9203ea

Please sign in to comment.