Skip to content

Commit afcfd91

Browse files
committed
spell
1 parent 9563c7c commit afcfd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vl53l1x_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
elif vl53.distance_mode == 2:
3131
print("LONG")
3232
else:
33-
print("UNKOWN")
33+
print("UNKNOWN")
3434
print("Timing Budget: {}".format(vl53.timing_budget))
3535
print("--------------------")
3636

0 commit comments

Comments
 (0)