Skip to content

Commit 1bc9279

Browse files
authored
Merge pull request #2438 from dglaude/patch-2
Update Shape.c
2 parents c7d68fc + 01d49eb commit 1bc9279

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shared-bindings/displayio/Shape.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
//|
4242
//| Represents any shape made by defining boundaries that may be mirrored.
4343
//|
44-
//| .. warning:: This will likely be changed before 4.0.0. Consider it very experimental.
45-
//|
4644
//| .. class:: Shape(width, height, *, mirror_x=False, mirror_y=False)
4745
//|
4846
//| Create a Shape object with the given fixed size. Each pixel is one bit and is stored by the

0 commit comments

Comments
 (0)