Skip to content

Commit e00bf2f

Browse files
authored
Merge pull request #107 from FoamyGuy/displayio_api_updates
displayio api updates
2 parents 53c1666 + 1544e1b commit e00bf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_portalbase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__( # noqa: PLR0912,PLR0913 Too many branches,Too many arguments in f
7878
"""The :py:meth:`displayio.Group()` object that acts as the splash screen
7979
for this device."""
8080
self.display = self.graphics.display
81-
"""The :py:meth:`displayio.Display` object representing the screen for this device"""
81+
"""The :py:class:`busdisplay.BusDisplay` object representing the screen for this device"""
8282

8383
# Font Cache
8484
self._fonts = {}

0 commit comments

Comments
 (0)