Skip to content

Commit 0908bf0

Browse files
committed
QA: Apply codespell suggestions.
1 parent 2f28ad5 commit 0908bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/magnetometer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# Calibrate value by removing any offset when compared to the lowest reading seen for this axes
4848
mag[i] -= amin[i]
4949

50-
# Scale value based on the higest range of values seen for this axes
50+
# Scale value based on the highest range of values seen for this axes
5151
# Creates a calibrated value between 0 and 1 representing magnetic value
5252
try:
5353
mag[i] /= amax[i] - amin[i]

0 commit comments

Comments
 (0)