8000 fix type name · kdb424/circuitpython@56be547 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56be547

Browse files
committed
fix type name
1 parent 3c4d8c6 commit 56be547

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

shared-bindings/vectorio/Circle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ MP_PROPERTY_GETSET(vectorio_circle_color_index_obj,
109109
//| y: int
110110
//| """Y position of the center point of the circle in the parent."""
111111
//|
112-
//| hidden: boolean
112+
//| hidden: bool
113113
//| """Hide the circle or not."""
114114
//|
115115
//| location: Tuple[int, int]

shared-bindings/vectorio/Polygon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ MP_PROPERTY_GETSET(vectorio_polygon_color_index_obj,
118118
//| y: int
119119
//| """Y position of the 0,0 origin in the points list."""
120120
//|
121-
//| hidden: boolean
121+
//| hidden: bool
122122
//| """Hide the polygon or not."""
123123
//|
124124
//| location: Tuple[int, int]

shared-bindings/vectorio/Rectangle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const mp_obj_property_t vectorio_rectangle_color_index_obj = {
139139
//| y: int
140140
//| """Y position of the top left corner of the rectangle in the parent."""
141141
//|
142-
//| hidden: boolean
142+
//| hidden: bool
143143
//| """Hide the rectangle or not."""
144144
//|
145145
//| location: Tuple[int, int]

0 commit comments

Comments
 (0)
0