Skip to content

Commit a9203ea

Browse files
committed
Please
1 parent d20f345 commit a9203ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This driver depends on:
2323
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
2424
* `Bus Device <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice>`_
2525

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

adafruit_drv2605.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def duration(self):
286286

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

0 commit comments

Comments
 (0)