8000 update docstring to Tuple · adafruit/circuitpython@a42b3a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit a42b3a2

Browse files
FoamyGuytannewt
andauthored
update docstring to Tuple
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
1 parent 6151984 commit a42b3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/tilepalettemapper/TilePaletteMapper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ MP_PROPERTY_GETTER(tilepalettemapper_tilepalettemapper_palette_obj,
8686
(mp_obj_t)&tilepalettemapper_tilepalettemapper_get_palette_obj);
8787

8888

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

0 commit comments

Comments
 (0)
0