diff options
| author | Dan Halbert <halbert@adafruit.com> | 2019-12-31 00:16:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-31 00:16:10 -0500 |
| commit | 1bc9279ba0c9b1797d4d9794af3956eed5afefea (patch) | |
| tree | 8ccf1236e3ab60800a89fda3cba77ce0f419c934 | |
| parent | c7d68fc3bca0d0d36b0ae7295100506597bd13c7 (diff) | |
| parent | 01d49eb0a77dfe2fd673281ef3b6a58f0520630b (diff) | |
Merge pull request #2438 from dglaude/patch-2
Update Shape.c
| -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 |
