Skip to content

Commit ba60000

Browse files
committed
Update doc string.
1 parent 7c3c3ce commit ba60000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_lsm9ds1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def read_gyro_raw(self):
294294
@property
295295
def gyroscope(self):
296296
"""Get the gyroscope X, Y, Z axis values as a 3-tuple of
297-
radians/second values.
297+
degrees/second values.
298298
"""
299299
raw = self.read_mag_raw()
300300
return map(lambda x: x * self._gyro_dps_digit, raw)

0 commit comments

Comments
 (0)