Skip to content

Commit 04bdc7d

Browse files
committed
show ColorConverter in docstring
1 parent 7936be3 commit 04bdc7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_imageload/bmp/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ def load(
3535
) -> Tuple[Optional[Bitmap], Optional[Union[Palette, ColorConverter]]]:
3636
"""Loads a bmp image from the open ``file``.
3737
38-
Returns tuple of bitmap object and palette object.
38+
Returns tuple of `displayio.Bitmap` object and
39+
`displayio.Palette` object, or `displayio.ColorConverter` object.
3940
4041
:param io.BufferedReader file: Open file handle or compatible (like `io.BytesIO`)
4142
with the data of a BMP file.

0 commit comments

Comments
 (0)