We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26aa7b1 commit 20f4b23Copy full SHA for 20f4b23
README.rst
@@ -41,7 +41,7 @@ Feather boards and many other circuitpython boards will round to two decimal pla
41
>>> float('1234.5678')
42
1234.57
43
44
-This isn't ideal for gps data as this lowers the accuracty from 0.1m to 11m.
+This isn't ideal for gps data as this lowers the accuracy from 0.1m to 11m.
45
46
This can be fixed by using string formatting when the gps data is outputted.
47
0 commit comments