File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def raw_value(self):
99
99
100
100
@property
101
101
def thresholds (self ):
102
- """The touch / release threholds ."""
102
+ """The touch / release thresholds ."""
103
103
buf = bytearray (2 )
104
104
self ._mpr121 ._read_register_bytes (MPR121_TOUCHTH_0 + 2 * self ._channel , buf , 2 )
105
105
return buf [0 ], buf [1 ]
@@ -112,7 +112,7 @@ def thresholds(self, value):
112
112
113
113
@property
114
114
def threshold (self ):
115
- """The touch threhold ."""
115
+ """The touch threshold ."""
116
116
return self .thresholds [0 ]
117
117
118
118
@threshold .setter
@@ -121,7 +121,7 @@ def threshold(self, value):
121
121
122
122
@property
123
123
def release_threshold (self ):
124
- """The release threhold ."""
124
+ """The release threshold ."""
125
125
return self .thresholds [1 ]
126
126
127
127
@release_threshold .setter
You can’t perform that action at this time.
0 commit comments