From cbb2ddae904cc4601a80ab4153628d82f253be82 Mon Sep 17 00:00:00 2001 From: dherrada Date: Thu, 9 May 2019 17:16:37 -0400 Subject: [PATCH] Grammar and spelling fixes courtesy of grammarly --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index fca6169..a4930a0 100644 --- a/README.rst +++ b/README.rst @@ -41,9 +41,9 @@ Feather boards and many other circuitpython boards will round to two decimal pla >>> float('1234.5678') 1234.57 -This isn't ideal for gps data as this lowers the accuracy from 0.1m to 11m. +This isn't ideal for GPS data as this lowers the accuracy from 0.1m to 11m. -This can be fixed by using string formatting when the gps data is outputted. +This can be fixed by using string formatting when the GPS data is output. An implementation of this can be found in examples/gps_simpletest.py @@ -164,7 +164,7 @@ before contributing to help this project stay welcoming. Building locally ================ -To build this library locally you'll need to install the +To build this library locally, you'll need to install the `circuitpython-build-tools `_ package. .. code-block:: shell