Skip to content

Commit 5a2c1fa

Browse files
committed
sphinx fix for docstring
1 parent 5c9f206 commit 5a2c1fa

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

adafruit_dps310/__init__.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
# SPDX-FileCopyrightText: 2022 Tim Cocks for Adafruit Industries
1+
# SPDX-FileCopyrightText: 2020 Bryan Siepert for Adafruit Industries
22
#
33
# SPDX-License-Identifier: MIT
44

55
"""
66
`adafruit_dps310`
77
================================================================================
8+
89
Library for the DPS310 Precision Barometric Pressure Sensor
910
1011
* Author(s): Bryan Siepert, Jose David M.
11-
Implementation Notes
12-
--------------------
13-
**Software and Dependencies:**
14-
* Adafruit CircuitPython firmware for the supported boards:
15-
https://github.com/adafruit/circuitpython/releases
1612
"""
1713
from adafruit_dps310.advanced import DPS310_Advanced as DPS310

0 commit comments

Comments
 (0)