summaryrefslogtreecommitdiff
path: root/shared-bindings/displayio/Shape.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/displayio/Shape.c')
-rw-r--r--shared-bindings/displayio/Shape.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/shared-bindings/displayio/Shape.c b/shared-bindings/displayio/Shape.c
index 0f22bb2a3..fce89c771 100644
--- a/shared-bindings/displayio/Shape.c
+++ b/shared-bindings/displayio/Shape.c
@@ -35,12 +35,7 @@
#include "supervisor/shared/translate.h"
//| class Shape:
-//| """.. currentmodule:: displayio
-//|
-//| :class:`Shape` -- Represents a shape by defining its bounds on each row
-//| ==========================================================================
-//|
-//| Represents any shape made by defining boundaries that may be mirrored."""
+//| """Represents a shape made by defining boundaries that may be mirrored."""
//|
//| def __init__(self, width: int, height: int, *, mirror_x: bool = False, mirror_y: bool = False):
//| """Create a Shape object with the given fixed size. Each pixel is one bit and is stored by the