Skip to content

Commit d4d231c

Browse files
committed
resolves #13 Missing Type Annotations
1 parent 3f62811 commit d4d231c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_ssd1327.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454

5555
# pylint: disable=too-few-public-methods
5656
class SSD1327(displayio.Display):
57-
"""SSD1327 driver
57+
r"""SSD1327 driver
5858
59-
:param ~displayio.I2CDisplay bus: I2C bus
59+
:param ~displayio.I2CDisplay bus: The data bus the display is on
6060
:param \**kwargs:
6161
See below
6262

0 commit comments

Comments
 (0)