Skip to content

Commit 3202b43

Browse files
committed
Merge branch 'master' of github.com:dherrada/Adafruit_CircuitPython_GPS
2 parents f39571e + 20f4b23 commit 3202b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Feather boards and many other circuitpython boards will round to two decimal pla
4141
>>> float('1234.5678')
4242
1234.57
4343
44-
This isn't ideal for gps data as this lowers the accuracty from 0.1m to 11m.
44+
This isn't ideal for gps data as this lowers the accuracy from 0.1m to 11m.
4545

4646
This can be fixed by using string formatting when the gps data is outputted.
4747

0 commit comments

Comments
 (0)