Skip to content

Commit ceaedff

Browse files
committed
remove trailing whitespace
1 parent 5439e51 commit ceaedff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_pyportal.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ class PyPortal:
126126
:param regexp_path: The list of regexp strings to get data out (use a single regexp group). Can
127127
be list of regexps for multiple data points. Defaults to ``None`` to not
128128
use regexp.
129-
:param convert_image: Determine whether or not to use the AdafruitIO image converter service.
130-
Set as False if your image is already resized. Defaults to True.
129+
:param convert_image: Determine whether or not to use the AdafruitIO image converter service.
130+
Set as False if your image is already resized. Defaults to True.
131131
:param default_bg: The path to your default background image file or a hex color.
132132
Defaults to 0x000000.
133133
:param status_neopixel: The pin for the status NeoPixel. Use ``board.NEOPIXEL`` for the on-board

0 commit comments

Comments
 (0)