From e301ca1ef1484fa3991bbe2a1ff8460cda68b73a Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Sun, 20 Feb 2022 12:19:58 -0500 Subject: [PATCH] Add missing Sphinx param type --- adafruit_adxl37x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_adxl37x.py b/adafruit_adxl37x.py index 50904f2..7f3c2e0 100644 --- a/adafruit_adxl37x.py +++ b/adafruit_adxl37x.py @@ -69,7 +69,7 @@ class ADXL375(adafruit_adxl34x.ADXL345): Driver for the ADXL375 accelerometer :param ~busio.I2C i2c: The I2C bus the ADXL375 is connected to. - :param address: The I2C device address for the sensor. Default is :const:`0x53`. + :param int address: The I2C device address for the sensor. Default is :const:`0x53`. **Quickstart: Importing and using the device**