summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorKevin Matocha <kmatocha@icloud.com>2020-09-02 11:26:37 -0500
committerKevin Matocha <kmatocha@icloud.com>2020-09-02 11:26:37 -0500
commitd224183a7e10ed2b10c92f9cc2f8a14412b1ed0a (patch)
treecce55c840a4bd588f0b5661d1c9981626ee93ffc /shared-bindings
parent8256bf7ea68d714f16503c97329632b7c0ca477d (diff)
Delete trailing whitespace
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/displayio/Display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/displayio/Display.c b/shared-bindings/displayio/Display.c
index fa180fe38..f36aeed18 100644
--- a/shared-bindings/displayio/Display.c
+++ b/shared-bindings/displayio/Display.c
@@ -224,7 +224,7 @@ MP_DEFINE_CONST_FUN_OBJ_2(displayio_display_show_obj, displayio_display_obj_show
//| If the time since the last successful refresh is below the minimum frame rate, then an
//| exception will be raised. Set ``minimum_frames_per_second`` to 0 to disable.
//|
-//| When auto refresh is off, ``display.refresh()`` or ``display.refresh(target_frames_per_second=None)``
+//| When auto refresh is off, ``display.refresh()`` or ``display.refresh(target_frames_per_second=None)``
//| will update the display immediately.
//|
//| When auto refresh is on, updates the display immediately. (The display will also update