8000 Minor docs fix in TileGrid.c · domdfcoding/circuitpython@2e068d0 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2e068d0

Browse files
Minor docs fix in TileGrid.c
1 parent 53c0117 commit 2e068d0

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)
0