Skip to content

Commit 93d00f8

Browse files
committed
updated title docstrings
1 parent 8f9d2c4 commit 93d00f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_onewire/bus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
2222
"""
23-
`OneWire Bus`
23+
`adafruit_onewire.bus`
2424
====================================================
2525
2626
Provide access to a 1-Wire bus.

adafruit_onewire/device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
2222
"""
23-
`OneWire Device`
23+
`adafruit_onewire.device`
2424
====================================================
2525
2626
Provides access to a single device on the 1-Wire bus.

0 commit comments

Comments
 (0)