Skip to content

Commit cf105bf

Browse files
author
caternuson
committed
move docstring
1 parent bfc80e8 commit cf105bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_mpr121.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ def value(self):
9292
return self._mpr121.touched() & (1 << self._channel) != 0
9393

9494
@property
95-
"""The raw touch measurement."""
9695
def raw_value(self):
96+
"""The raw touch measurement."""
9797
return self._mpr121.filtered_data(self._channel)
9898

9999
class MPR121:

0 commit comments

Comments
 (0)