Skip to content

Commit 230532f

Browse files
committed
one last doc build fix
1 parent a9d53ad commit 230532f

File tree

1 file changed

+2
-2
lines changed
  • ports/espressif/bindings/esp32_camera

1 file changed

+2
-2
lines changed

ports/espressif/bindings/esp32_camera/Camera.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ MP_PROPERTY_GETTER(esp32_camera_camera_frame_available_obj,
195195
//| """Record a frame. Wait up to 'timeout' seconds for a frame to be captured.
196196
//|
197197
//| In the case of timeout, `None` is returned.
198-
//| If `pixel_format` is `PixelFormat.JPEG`, the returned value is a `ReadableBuffer`.
199-
//| Otherwise, the returned value is a `displayio.Bitmap`.
198+
//| If `pixel_format` is `PixelFormat.JPEG`, the returned value is a read-only `memoryview`.
199+
//| Otherwise, the returned value is a read-only `displayio.Bitmap`.
200200
//| """
201201
//|
202202
STATIC mp_obj_t esp32_camera_camera_take(size_t n_args, const mp_obj_t *args) {

0 commit comments

Comments
 (0)