Skip to content

Commit 45ed2f4

Browse files
authored
Merge pull request #4973 from lesamouraipourpre/patch-1
Minor docs fix in TileGrid.c
2 parents 53c0117 + 2e068d0 commit 45ed2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/displayio/TileGrid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
//| tile_width and tile_height match the height of the bitmap by default.
5757
//|
5858
//| :param Bitmap bitmap: The bitmap storing one or more tiles.
59-
//| :param ColorConverter or Palette pixel_shader: The pixel shader that produces colors from values
59+
//| :param ColorConverter,Palette pixel_shader: The pixel shader that produces colors from values
6060
//| :param int width: Width of the grid in tiles.
6161
//| :param int height: Height of the grid in tiles.
6262
//| :param int tile_width: Width of a single tile in pixels. Defaults to the full Bitmap and must evenly divide into the Bitmap's dimensions.

0 commit comments

Comments
 (0)