Skip to content

Commit 50330e4

Browse files
authored
Merge pull request #24 from dherrada/docs
Just some small spelling and grammar fixes
2 parents 0e0b152 + a25dc34 commit 50330e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ 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 accuracy from 0.1m to 11m.
44+
This isn't ideal for GPS data as this lowers the accuracy from 0.1m to 11m.
4545

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.
4747

4848
An implementation of this can be found in examples/gps_simpletest.py
4949

@@ -164,7 +164,7 @@ before contributing to help this project stay welcoming.
164164
Building locally
165165
================
166166

167-
To build this library locally you'll need to install the
167+
To build this library locally, you'll need to install the
168168
`circuitpython-build-tools <https://github.com/adafruit/circuitpython-build-tools>`_ package.
169169

170170
.. code-block:: shell

0 commit comments

Comments
 (0)