Skip to content

Commit 97927f1

Browse files
authored
Merge pull request #3 from tekktrik/doc/add-sphinx-param-type
Add missing Sphinx param type
2 parents ecc3582 + e301ca1 commit 97927f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_adxl37x.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class ADXL375(adafruit_adxl34x.ADXL345):
6969
Driver for the ADXL375 accelerometer
7070
7171
:param ~busio.I2C i2c: The I2C bus the ADXL375 is connected to.
72-
:param address: The I2C device address for the sensor. Default is :const:`0x53`.
72+
:param int address: The I2C device address for the sensor. Default is :const:`0x53`.
7373
7474
**Quickstart: Importing and using the device**
7575

0 commit comments

Comments
 (0)