fix stubs

This commit is contained in:
Jeff Epler 2021-07-19 10:35:17 -05:00
parent 1bbe7282e0
commit 7896bf7fa3
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
//| while True:
//| pass"""
//|
//| def __init__(self, file: union[str,typing.BinaryIO]) -> None:
//| def __init__(self, file: Union[str,typing.BinaryIO]) -> None:
//| """Create an OnDiskBitmap object with the given file.
//|
//| :param file file: The name of the bitmap file. For backwards compatibility, a file opened in binary mode may also be passed.