From 72d18b675820102820c39a541b445b757df7af1e Mon Sep 17 00:00:00 2001 From: ncguk Date: Tue, 7 Jan 2025 12:04:40 +0000 Subject: [PATCH] Fix typo in adafruit_lps2x.py Changed 'circuitpythohn' in link to 'circuitpython' --- adafruit_lps2x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_lps2x.py b/adafruit_lps2x.py index e61231a..a006871 100644 --- a/adafruit_lps2x.py +++ b/adafruit_lps2x.py @@ -24,7 +24,7 @@ **Software and Dependencies:** * Adafruit CircuitPython firmware for the supported boards: - https://circuitpythohn.org/downloads + https://circuitpython.org/downloads * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice