Skip to content

Commit

Permalink
Fix sphinx-doc indent problem
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed May 22, 2019
1 parent f3bf0b8 commit d3b994d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions luma/core/virtual.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ class viewport(mixin.capabilities):
:param height: The number of vertical pixels.
:type height: int
:param mode: The supported color model, one of ``"1"``, ``"RGB"`` or
``"RGBA"`` only.
``"RGBA"`` only.
:type mode: str
:param dither: By default, any color (other than black) will be `generally`
treated as white when displayed on monochrome devices. However, this behaviour
can be changed by adding ``dither=True`` and the image will be converted from RGB
space into a 1-bit monochrome image where dithering is employed to differentiate
colors at the expense of resolution.
treated as white when displayed on monochrome devices. However, this behaviour
can be changed by adding ``dither=True`` and the image will be converted from RGB
space into a 1-bit monochrome image where dithering is employed to differentiate
colors at the expense of resolution.
:type dither: bool
"""
def __init__(self, device, width, height, mode=None, dither=False):
Expand Down

0 comments on commit d3b994d

Please sign in to comment.