From 01d49eb0a77dfe2fd673281ef3b6a58f0520630b Mon Sep 17 00:00:00 2001 From: David Glaude Date: Mon, 30 Dec 2019 16:54:16 +0100 Subject: [PATCH] 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 --- shared-bindings/displayio/Shape.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/shared-bindings/displayio/Shape.c b/shared-bindings/displayio/Shape.c index faa9472fa6..7c7b105015 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