Skip to content

Commit 0142c76

Browse files
committed
resolves #13 Missing Type Annotations
1 parent a069641 commit 0142c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ssd1327.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class SSD1327(displayio.Display):
5959
:param ~displayio.I2CDisplay bus: The data bus the display is on
6060
:param int height: (keyword-only) The height of the screen
6161
:param int width: (keyword-only) The width of the screen
62-
:param int rotation: (keyword-only) The rotation.orientation of the
62+
:param int rotation: (keyword-only) The rotation/orientation of the
6363
screen, in degrees
6464
"""
6565

0 commit comments

Comments
 (0)