summaryrefslogtreecommitdiff
path: root/shared-bindings/displayio/TileGrid.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-05-30 19:01:27 -0700
committerScott Shawcroft <scott@tannewt.org>2019-05-30 19:02:47 -0700
commitcfe24b85322a029758c3376eed2726657397bf33 (patch)
treead2fc7e126800c258ad469ec37dc11166e27c784 /shared-bindings/displayio/TileGrid.c
parent63b253c33a2e56bc6c6ccb902d89d0c0b27f7d8f (diff)
Improve rST consistency for rst2pyi use
Diffstat (limited to 'shared-bindings/displayio/TileGrid.c')
-rw-r--r--shared-bindings/displayio/TileGrid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/displayio/TileGrid.c b/shared-bindings/displayio/TileGrid.c
index 6d18ac78f..10bed4c77 100644
--- a/shared-bindings/displayio/TileGrid.c
+++ b/shared-bindings/displayio/TileGrid.c
@@ -64,7 +64,7 @@
//| :param int height: Height of the grid in tiles.
//| :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.
//| :param int tile_height: Height of a single tile in pixels. Defaults to the full Bitmap and must evenly divide into the Bitmap's dimensions.
-//| :param in default_tile: Default tile index to show.
+//| :param int default_tile: Default tile index to show.
//| :param int x: Initial x position of the left edge within the parent.
//| :param int y: Initial y position of the top edge within the parent.
//|