8000 fix stubs · domdfcoding/circuitpython@7896bf7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7896bf7

Browse files
committed
fix stubs
1 parent 1bbe728 commit 7896bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/displayio/OnDiskBitmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
//| while True:
6969
//| pass"""
7070
//|
71-
//| def __init__(self, file: union[str,typing.BinaryIO]) -> None:
71+
//| def __init__(self, file: Union[str,typing.BinaryIO]) -> None:
7272
//| """Create an OnDiskBitmap object with the given file.
7373
//|
7474
//| :param file file: The name of the bitmap file. For backwards compatibility, a file opened in binary mode may also be passed.

0 commit comments

Comments
 (0)
0