Skip to content

Commit 7e33c16

Browse files
committed
sphinx fix
1 parent 64c5c4d commit 7e33c16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

adafruit_max7219/bcddigits.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#
2323

2424
"""
25-
:mod:`adafruit_max7219.bcddigits.BCDDigits`
25+
`adafruit_max7219.bcddigits.BCDDigits`
2626
====================================================
2727
"""
2828
from adafruit_max7219 import max7219

adafruit_max7219/matrices.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#
2323

2424
"""
25-
:mod:`adafruit_max7219.matrices.Matrix8x8`
25+
`adafruit_max7219.matrices.Matrix8x8`
2626
====================================================
2727
"""
2828
from adafruit_max7219 import max7219

adafruit_max7219/max7219.py

+1-1
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-
`adafruit_max7219.MAX7219` - MAX7219 LED Matrix/Digit Display Driver
23+
`adafruit_max7219.max7219` - MAX7219 LED Matrix/Digit Display Driver
2424
========================================================================
2525
CircuitPython library to support MAX7219 LED Matrix/Digit Display Driver.
2626
This library supports the use of the MAX7219-based display in CircuitPython,

0 commit comments

Comments
 (0)