Skip to content

Commit 0ac6adb

Browse files
committed
spelling
1 parent a8614a6 commit 0ac6adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/imagecapture/ParallelImageCapture.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ STATIC mp_obj_t imagecapture_parallelimagecapture_continuous_capture_start(mp_ob
112112
}
113113
STATIC MP_DEFINE_CONST_FUN_OBJ_3(imagecapture_parallelimagecapture_continuous_capture_start_obj, imagecapture_parallelimagecapture_continuous_capture_start);
114114

115-
//| def continuous_capture_get_frame(self) -> WritableBuffer:
115+
//| def continuous_capture_get_frame(self) -> WriteableBuffer:
116116
//| """Return the next available frame, one of the two buffers passed to `continuous_capture_start`"""
117117
//| ...
118118
//|

0 commit comments

Comments
 (0)