Skip to content

Commit 1bc647a

Browse files
committed
Fix import in mcp23s08 for mcp23sxx.
Fix docstring for mcp23sxx.
1 parent e70de9f commit 1bc647a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_mcp230xx/mcp23s08.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""
1515

1616
from micropython import const
17-
from .MCP23Sxx import MCP23SXX
17+
from .mcp23sxx import MCP23SXX
1818
from .digital_inout import DigitalInOut
1919

2020
__version__ = "0.0.0-auto.0"

adafruit_mcp230xx/mcp23sxx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# SPDX-License-Identifier: MIT
66

77
"""
8-
`mcp23Sxx`
8+
`mcp23sxx`
99
====================================================
1010
1111
CircuitPython module for the MCP23S17 SPI I/O extenders.

0 commit comments

Comments
 (0)