adafruit / Adafruit_CircuitPython_GPS

GPS parsing module for CircuitPython. Meant to parse NMEA data from serial GPS modules.
MIT License
75 stars 58 forks source link

Fix typo s/# Tuen on/# Turn on/ in examples/gps_simpletest.py #49

Closed d-c-d closed 3 years ago

d-c-d commented 3 years ago

Noticed this in https://learn.adafruit.com/adafruit-ultimate-gps/circuitpython-python-uart-usage where gps_simpletest.py is presented for download.

Not sure if this change will affect that page also.

d-c-d commented 3 years ago

It appears that this file ( and associated minor typo ) is used in multiple places in the adafruit system

for example, it also shows up in https://circuitpython.readthedocs.io/projects/gps/en/latest/examples.html

ladyada commented 3 years ago

thanks :) documentation does show up in a few spots but they will be auto updated i think!