Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Sep 4, 2018
1 parent e37d6ed commit 8ebbf74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion luma/oled/device/color.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, serial_interface, width, height, rotate, framebuffer, **kwarg
def _supported_dimensions(self):
"""
Enumerates the screen resolutions that the specific device supports, as
a list of tuples; e.g.: [(96, 64), (96, 32), (96, 16)]
a list of tuples; e.g.: ``[(96, 64), (96, 32), (96, 16)]``
"""
pass # pragma: no cover

Expand Down
2 changes: 1 addition & 1 deletion luma/oled/device/greyscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self, const, serial_interface, width, height, rotate, mode, framebu
def _supported_dimensions(self):
"""
Enumerates the screen resolutions that the specific device supports, as
a list of tuples; e.g.: [(96, 64), (96, 32), (96, 16)]
a list of tuples; e.g.: ``[(96, 64), (96, 32), (96, 16)]``
"""
pass # pragma: no cover

Expand Down

0 comments on commit 8ebbf74

Please sign in to comment.