]> Repositories - hackapet/Adafruit_Blinka_Displayio.git/blobdiff - displayio/_epaperdisplay.py
add missing return value in _begin_transaction
[hackapet/Adafruit_Blinka_Displayio.git] / displayio / _epaperdisplay.py
index 6ea80f70fc8353ff0c1a48b3cfdee9b3bcf0abd2..6ce0664be468bd123db42251e7a76fcf23f52f69 100644 (file)
@@ -250,7 +250,7 @@ class EPaperDisplay:
         # pylint: disable=unnecessary-pass
         """
         .. note:: `show()` is deprecated and will be removed when CircuitPython 9.0.0
         # pylint: disable=unnecessary-pass
         """
         .. note:: `show()` is deprecated and will be removed when CircuitPython 9.0.0
-        is released. Use ``.root_group = group`` instead.
+          is released. Use ``.root_group = group`` instead.
 
         Switches to displaying the given group of layers. When group is None, the default
         CircuitPython terminal will be shown (eventually).
 
         Switches to displaying the given group of layers. When group is None, the default
         CircuitPython terminal will be shown (eventually).