Skip to content

Commit 008896c

Browse files
committed
Fix typo
1 parent 914912c commit 008896c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_circuitpython_rplidar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def info(self):
275275
}
276276
return data
277277

278-
@proprety
278+
@property
279279
def health(self):
280280
'''Get device health state. When the core system detects some
281281
potential risk that may cause hardware failure in the future,

0 commit comments

Comments
 (0)