We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f4cd6 commit bc0fdaaCopy full SHA for bc0fdaa
shared-bindings/displayio/TileGrid.c
@@ -323,8 +323,8 @@ MP_PROPERTY_GETSET(displayio_tilegrid_transpose_xy_obj,
323
(mp_obj_t)&displayio_tilegrid_set_transpose_xy_obj);
324
325
//| def contains(self, touch_tuple: tuple) -> bool:
326
-//| """returns true if first two values in touch_tuple represent an x,y coordinate
327
-//| inside the tilegrid rectangle bounds"""
+//| """Returns True if the first two values in ``touch_tuple`` represent an x,y coordinate
+//| inside the tilegrid rectangle bounds."""
328
//|
329
STATIC mp_obj_t displayio_tilegrid_obj_contains(mp_obj_t self_in, mp_obj_t touch_tuple) {
330
displayio_tilegrid_t *self = MP_OBJ_TO_PTR(self_in);
0 commit comments