Skip to content

Commit d20f345

Browse files
committed
Code needed to be changed for successful bump
1 parent a814a6a commit d20f345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_drv2605.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def stop(self):
150150
@property
151151
def mode(self):
152152
"""
153-
The mode of the chip. Should be a value of:
153+
The mode of the chip. Should be a value of:
154154
155155
- MODE_INTTRIG: Internal triggering, vibrates as soon as you call
156156
play(). Default mode.
@@ -322,7 +322,7 @@ def __getitem__(self, slot):
322322
return Effect(slot_contents)
323323

324324
def __iter__(self):
325-
"""Return an iterator over the waveform sequence slots."""
325+
"""Returns an iterator over the waveform sequence slots."""
326326
for slot in range(0, 7):
327327
yield self[slot]
328328

0 commit comments

Comments
 (0)