We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c533859 commit d2dec13Copy full SHA for d2dec13
adafruit_pyportal.py
@@ -128,7 +128,7 @@ class PyPortal:
128
:param text_maxlen: The max length of the text for text wrapping. Defaults to 0.
129
:param text_transform: A function that will be called on the text before display
130
: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.
+ Changes and additions are permitted for the ``dict`` object.
132
:param image_json_path: The JSON traversal path for a background image to display. Defaults to
133
``None``.
134
:param image_resize: What size to resize the image we got from the json_path, make this a tuple
0 commit comments