8000 Update shared-bindings/vectorio/Polygon.c · urish/circuitpython@5f519b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f519b8

Browse files
Update shared-bindings/vectorio/Polygon.c
As per microDev1 Co-authored-by: microDev <70126934+microDev1@users.noreply.github.com>
1 parent f35d157 commit 5f519b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shared-bindings/vectorio/Polygon.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ const mp_obj_property_t vectorio_polygon_points_obj = {
9292
// Documentation for properties inherited from VectorShape.
9393

9494
//| 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."""
9696
//|
9797
//| 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."""
9999
//|
100100
//| 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."""
102102
//|
103103
//| pixel_shader : Union[displayio.ColorConverter,displayio.Palette]
104104
//| """The pixel shader of the polygon."""

0 commit comments

Comments
 (0)
0