Skip to content

Commit d2dec13

Browse files
author
Kevin J Walters
committed
Sphinx docs fix for PyPortal arg json_transforms - this aint TeX. #38
1 parent c533859 commit d2dec13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pyportal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class PyPortal:
128128
:param text_maxlen: The max length of the text for text wrapping. Defaults to 0.
129129
:param text_transform: A function that will be called on the text before display
130130
:param json_transforms: A function or a list of functions to call with the parsed JSON.
131-
Changes and additions are permitted for the ``dict'' object.
131+
Changes and additions are permitted for the ``dict`` object.
132132
:param image_json_path: The JSON traversal path for a background image to display. Defaults to
133133
``None``.
134134
:param image_resize: What size to resize the image we got from the json_path, make this a tuple

0 commit comments

Comments
 (0)