diff options
| author | David Glaude <dglaude@users.noreply.github.com> | 2019-12-30 16:54:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-30 16:54:16 +0100 |
| commit | 01d49eb0a77dfe2fd673281ef3b6a58f0520630b (patch) | |
| tree | f02ad3ff928902c968944815c394d939860e289e /shared-bindings/displayio | |
| parent | 7387f60920c17c3bf920ef66e240ac6f65991819 (diff) | |
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
Diffstat (limited to 'shared-bindings/displayio')
| -rw-r--r-- | shared-bindings/displayio/Shape.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shared-bindings/displayio/Shape.c b/shared-bindings/displayio/Shape.c index faa9472fa..7c7b10501 100644 --- a/shared-bindings/displayio/Shape.c +++ b/shared-bindings/displayio/Shape.c @@ -41,8 +41,6 @@ //| //| Represents any shape made by defining boundaries that may be mirrored. //| -//| .. warning:: This will likely be changed before 4.0.0. Consider it very experimental. -//| //| .. class:: Shape(width, height, *, mirror_x=False, mirror_y=False) //| //| Create a Shape object with the given fixed size. Each pixel is one bit and is stored by the |
