From e674f11df2647964359f55afc24a9e742800b46c Mon Sep 17 00:00:00 2001 From: TG-Techie <39284876+TG-Techie@users.noreply.github.com> Date: Tue, 12 Feb 2019 19:16:27 -0500 Subject: [PATCH] Update Shape.c --- shared-bindings/displayio/Shape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared-bindings/displayio/Shape.c b/shared-bindings/displayio/Shape.c index e60d670b7e..6824b1feff 100644 --- a/shared-bindings/displayio/Shape.c +++ b/shared-bindings/displayio/Shape.c @@ -43,7 +43,7 @@ //| //| .. warning:: This will likely be changed before 4.0.0. Consider it very experimental. //| -//| .. class:: Shape(width, height, *, mirror_x=False, mirrored_y=False) +//| .. 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 //| column boundaries of the shape on each row. Each row's boundary defaults to the full row.