specify return type for docs

This commit is contained in:
Jeff Epler 2022-08-04 15:12:04 -05:00
parent 277b439562
commit 81fb9a5f20
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 19 additions and 19 deletions

View File

@ -59,7 +59,7 @@
//| jpeg_quality: int=15,
//| double_buffered: bool = True,
//| grab_mode: GrabMode = GrabMode.WhenEmpty,
//| ):
//| ) -> None:
//| """
//| Configure and initialize a camera with the given properties
//|