]> Repositories - hackapet/Adafruit_Blinka_Displayio.git/blobdiff - displayio/_display.py
Attempting to fix cryptic docs error
[hackapet/Adafruit_Blinka_Displayio.git] / displayio / _display.py
index a3da5c5a031a83729806dc7f3a0f6365e9d4d0a4..0a82e6e90b7ff842e3c4644be985e8150ef15754 100644 (file)
@@ -251,6 +251,7 @@ class Display:
         default CircuitPython terminal will be shown.
 
         :param Group group: The group to show.
+
         """
         if group is None:
             group = circuitpython_splash
@@ -534,10 +535,12 @@ class Display:
 
     @property
     def root_group(self) -> Group:
-        """The root group on the display.
+        """
+        The root group on the display.
         If the root group is set to `displayio.CIRCUITPYTHON_TERMINAL`, the default
         CircuitPython terminal will be shown.
-        If the root group is set to ``None``, no output will be shown."""
+        If the root group is set to ``None``, no output will be shown.
+        """
         return self._core.current_group
 
     @root_group.setter