Skip to content

Commit

Permalink
update docstring to Tuple
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Shawcroft <[email protected]>
  • Loading branch information
FoamyGuy and tannewt authored Mar 6, 2025
1 parent 6151984 commit a42b3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-bindings/tilepalettemapper/TilePaletteMapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ MP_PROPERTY_GETTER(tilepalettemapper_tilepalettemapper_palette_obj,
(mp_obj_t)&tilepalettemapper_tilepalettemapper_get_palette_obj);


//| def __getitem__(self, index: Union[Tuple[int, int], int]) -> List[int]:
//| def __getitem__(self, index: Union[Tuple[int, int], int]) -> Tuple[int]:
//| """Returns the mapping for the given index. The index can either be an x,y tuple or an int equal
//| to ``y * width + x``.
//|
Expand Down

0 comments on commit a42b3a2

Please sign in to comment.