File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ Feather boards and many other circuitpython boards will round to two decimal pla
41
41
>> > float (' 1234.5678' )
42
42
1234.57
43
43
44
- This isn't ideal for gps data as this lowers the accuracy from 0.1m to 11m.
44
+ This isn't ideal for GPS data as this lowers the accuracy from 0.1m to 11m.
45
45
46
- This can be fixed by using string formatting when the gps data is outputted .
46
+ This can be fixed by using string formatting when the GPS data is output .
47
47
48
48
An implementation of this can be found in examples/gps_simpletest.py
49
49
@@ -164,7 +164,7 @@ before contributing to help this project stay welcoming.
164
164
Building locally
165
165
================
166
166
167
- To build this library locally you'll need to install the
167
+ To build this library locally, you'll need to install the
168
168
`circuitpython-build-tools <https://github.com/adafruit/circuitpython-build-tools >`_ package.
169
169
170
170
.. code-block :: shell
You can’t perform that action at this time.
0 commit comments