summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-02-12 22:45:47 -0500
committerGitHub <noreply@github.com>2019-02-12 22:45:47 -0500
commitf391a9eaa556c2ba13d679cf2359f907d4427b22 (patch)
treeeb1a8b499a09d2f2351815a71388702d1e1f5844
parent66b0c67f54e76171b974a881776f9c3c2f30c5e7 (diff)
parente674f11df2647964359f55afc24a9e742800b46c (diff)
Merge pull request #1538 from TG-Techie/patch-5
DOCS: cods wrong, one is mirror_x and the other mirrored_y when code does not reflect
-rw-r--r--shared-bindings/displayio/Shape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/displayio/Shape.c b/shared-bindings/displayio/Shape.c
index e60d670b7..6824b1fef 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.