File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This driver depends on:
23
23
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython >`_
24
24
* `Bus Device <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice >`_
25
25
26
- Please ensure that all dependencies are available on the CircuitPython filesystem.
26
+ Please ensure all dependencies are available on the CircuitPython filesystem.
27
27
This is easily achieved by downloading
28
28
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle >`_.
29
29
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ def duration(self):
286
286
287
287
@duration .setter
288
288
def duration (self , duration ):
289
- """Set the pause duration in seconds."""
289
+ """Sets the pause duration in seconds."""
290
290
if not 0.0 <= duration <= 1.27 :
291
291
raise ValueError ("Pause duration must be a value within 0.0-1.27!" )
292
292
# Add wait time flag bit and convert duration to centiseconds
You can’t perform that action at this time.
0 commit comments