adafruit / Adafruit_CircuitPython_PyPortal

CircuitPython driver for Adafruit PyPortal.
MIT License
45 stars 56 forks source link

Typo on line 626 of adafruit_pyportal.py #18

Closed xenophod closed 5 years ago

xenophod commented 5 years ago

There is a small typo on line 626 of adafruit_pyportal.py

print("Cound not connect to internet", error)

The word "Cound" should be "Could".