Skip to content

Commit 1c52844

Browse files
committed
fix signature of function
1 parent 1c95a85 commit 1c52844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/uvc/UVCFramebuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static void check_for_deinit(uvc_uvcframebuffer_obj_t *self) {
4545
//| class UVCFramebuffer:
4646
//| """Displays to a USB connected computer using the UVC protocol"""
4747
//|
48-
//| def __new__():
48+
//| def __new__(self):
4949
//| """Returns the singleton UVC framebuffer object, if UVC is enabled"""
5050
//
5151
//| def refresh(self) -> None:

0 commit comments

Comments
 (0)