Skip to content

Commit

Permalink
Merge pull request #3 from tekktrik/doc/add-sphinx-param-type
Browse files Browse the repository at this point in the history
Add missing Sphinx param type
  • Loading branch information
tekktrik committed Feb 20, 2022
2 parents ecc3582 + e301ca1 commit 97927f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_adxl37x.py
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit 97927f1

Please sign in to comment.