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
This commit is contained in:
commit
f391a9eaa5
@ -43,7 +43,7 @@
|
|||||||
//|
|
//|
|
||||||
//| .. warning:: This will likely be changed before 4.0.0. Consider it very experimental.
|
//| .. 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
|
//| 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.
|
//| column boundaries of the shape on each row. Each row's boundary defaults to the full row.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user