We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5c966 commit fd65530Copy full SHA for fd65530
1 file changed
shared-bindings/displayio/OnDiskBitmap.c
@@ -138,8 +138,8 @@ const mp_obj_property_t displayio_ondiskbitmap_height_obj = {
138
139
//| pixel_shader: Union[ColorConverter, Palette]
140
//| """The image's pixel_shader. The type depends on the underlying
141
-//| bitmap's structure. The pixel shadder can be modified (e.g., to set the
142
-//| transparent pixel or, for paletted images, to update the palette"""
+//| bitmap's structure. The pixel shader can be modified (e.g., to set the
+//| transparent pixel or, for palette shaded images, to update the palette.)"""
143
//|
144
STATIC mp_obj_t displayio_ondiskbitmap_obj_get_pixel_shader(mp_obj_t self_in) {
145
displayio_ondiskbitmap_t *self = MP_OBJ_TO_PTR(self_in);
0 commit comments