diff options
| author | TG-Techie <39284876+TG-Techie@users.noreply.github.com> | 2019-02-12 19:16:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-12 19:16:27 -0500 |
| commit | e674f11df2647964359f55afc24a9e742800b46c (patch) | |
| tree | a91f17fe8c16ad2abe99f25982452ced6f22c940 /shared-bindings | |
| parent | a61f68f0fe8fa38a7a843bdd54bde15a75fcecef (diff) | |
Update Shape.c
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/displayio/Shape.c | 2 |
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. |
