summaryrefslogtreecommitdiff
path: root/shared-bindings/displayio/I2CDisplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/displayio/I2CDisplay.c')
-rw-r--r--shared-bindings/displayio/I2CDisplay.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/shared-bindings/displayio/I2CDisplay.c b/shared-bindings/displayio/I2CDisplay.c
index e2402dc49..0cfac6672 100644
--- a/shared-bindings/displayio/I2CDisplay.c
+++ b/shared-bindings/displayio/I2CDisplay.c
@@ -39,12 +39,7 @@
#include "supervisor/shared/translate.h"
//| class I2CDisplay:
-//| """.. currentmodule:: displayio
-//|
-//| :class:`I2CDisplay` -- Manage updating a display over I2C
-//| ==========================================================================
-//|
-//| Manage updating a display over I2C in the background while Python code runs.
+//| """Manage updating a display over I2C in the background while Python code runs.
//| It doesn't handle display initialization."""
//|
//| def __init__(self, i2c_bus: busio.I2C, *, device_address: int, reset: microcontroller.Pin = None):