8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35d157 commit 5f519b8Copy full SHA for 5f519b8
shared-bindings/vectorio/Polygon.c
@@ -92,13 +92,13 @@ const mp_obj_property_t vectorio_polygon_points_obj = {
92
// Documentation for properties inherited from VectorShape.
93
94
//| x : int
95
-//| """Initial screen X position of the 0,0 origin in the points list."""
+//| """X position of the 0,0 origin in the points list."""
96
//|
97
//| y : int
98
-//| """Initial screen Y position of the 0,0 origin in the points list."""
+//| """Y position of the 0,0 origin in the points list."""
99
100
//| location : Tuple[int,int]
101
-//| """Initial screen (X,Y) position of the 0,0 origin in the points list."""
+//| """(X,Y) position of the 0,0 origin in the points list."""
102
103
//| pixel_shader : Union[displayio.ColorConverter,displayio.Palette]
104
//| """The pixel shader of the polygon."""
0 commit comments