Skip to content

Commit 01d49eb

Browse files
authored
Update Shape.c
Make no sense to say this is experimental and will change in 4.0.0 when we are already above 4.0.0. This should be removed, or updated to say it will not be in x.0.0
1 parent 7387f60 commit 01d49eb

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)