Skip to content

Commit

Permalink
resolves #13 Missing Type Annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
tcfranks committed Aug 26, 2022
1 parent a069641 commit 0142c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_ssd1327.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class SSD1327(displayio.Display):
:param ~displayio.I2CDisplay bus: The data bus the display is on
:param int height: (keyword-only) The height of the screen
:param int width: (keyword-only) The width of the screen
:param int rotation: (keyword-only) The rotation.orientation of the
:param int rotation: (keyword-only) The rotation/orientation of the
screen, in degrees
"""

Expand Down

0 comments on commit 0142c76

Please sign in to comment.