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:
Dan Halbert 2019-02-12 22:45:47 -05:00 committed by GitHub
commit f391a9eaa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.