File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,13 +92,13 @@ const mp_obj_property_t vectorio_polygon_points_obj = {
92
92
// Documentation for properties inherited from VectorShape.
93
93
94
94
//| x : int
95
- //| """Initial screen X position of the 0,0 origin in the points list."""
95
+ //| """X position of the 0,0 origin in the points list."""
96
96
//|
97
97
//| y : int
98
- //| """Initial screen Y position of the 0,0 origin in the points list."""
98
+ //| """Y position of the 0,0 origin in the points list."""
99
99
//|
100
100
//| location : Tuple[int,int]
101
- //| """Initial screen (X,Y) position of the 0,0 origin in the points list."""
101
+ //| """(X,Y) position of the 0,0 origin in the points list."""
102
102
//|
103
103
//| pixel_shader : Union[displayio.ColorConverter,displayio.Palette]
104
104
//| """The pixel shader of the polygon."""
You can’t perform that action at this time.
0 commit comments