Skip to content

Commit

Permalink
show ColorConverter in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Nov 7, 2024
1 parent 7936be3 commit 04bdc7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adafruit_imageload/bmp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ def load(
) -> Tuple[Optional[Bitmap], Optional[Union[Palette, ColorConverter]]]:
"""Loads a bmp image from the open ``file``.
Returns tuple of bitmap object and palette object.
Returns tuple of `displayio.Bitmap` object and
`displayio.Palette` object, or `displayio.ColorConverter` object.
:param io.BufferedReader file: Open file handle or compatible (like `io.BytesIO`)
with the data of a BMP file.
Expand Down

0 comments on commit 04bdc7d

Please sign in to comment.