Skip to content

Commit 5b88c42

Browse files
committed
Fix docstring formatting for Sphinx
1 parent 732e148 commit 5b88c42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

adafruit_displayio_sh1107.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ def sleep(self):
8989
9090
The display uses < 5uA in sleep mode
9191
Sleep mode does the following:
92-
1) Stops the oscillator and DC-DC circuits
93-
2) Stops the OLED drive
94-
3) Remembers display data and operation mode active prior to sleeping
95-
4) The MP can access (update) the built-in display RAM
92+
1) Stops the oscillator and DC-DC circuits
93+
2) Stops the OLED drive
94+
3) Remembers display data and operation mode active prior to sleeping
95+
4) The MP can access (update) the built-in display RAM
9696
"""
9797
if self._awake:
9898
self.bus.send(int(0xAE), "") # 0xAE = display off, sleep mode

0 commit comments

Comments
 (0)