Skip to content

Commit ae370fb

Browse files
committed
updated docstrings; removed 'get/set'
1 parent 072c8de commit ae370fb

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
@@ -149,7 +149,7 @@ def stop(self):
149149
@property
150150
def mode(self):
151151
"""
152-
Get and set the mode of the chip. Should be a value of:
152+
The mode of the chip. Should be a value of:
153153
154154
- MODE_INTTRIG: Internal triggering, vibrates as soon as you call
155155
play(). Default mode.
@@ -173,7 +173,7 @@ def mode(self, val):
173173
@property
174174
def library(self):
175175
"""
176-
Get and set the library selected for waveform playback. Should be
176+
The library selected for waveform playback. Should be
177177
a value of:
178178
179179
- LIBRARY_EMPTY: Empty

0 commit comments

Comments
 (0)