We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c95a85 commit 1c52844Copy full SHA for 1c52844
1 file changed
shared-bindings/uvc/UVCFramebuffer.c
@@ -45,7 +45,7 @@ static void check_for_deinit(uvc_uvcframebuffer_obj_t *self) {
45
//| class UVCFramebuffer:
46
//| """Displays to a USB connected computer using the UVC protocol"""
47
//|
48
-//| def __new__():
+//| def __new__(self):
49
//| """Returns the singleton UVC framebuffer object, if UVC is enabled"""
50
//
51
//| def refresh(self) -> None:
0 commit comments