diff --git a/src/viam/components/camera/camera.py b/src/viam/components/camera/camera.py index 6cade1a6a..b416303af 100644 --- a/src/viam/components/camera/camera.py +++ b/src/viam/components/camera/camera.py @@ -88,7 +88,7 @@ async def get_images( Returns: Tuple[Sequence[NamedImage], ResponseMetadata]: A tuple containing two values; the first [0] a list of images - returned from the camera system, and the second [1] the metadata associated with this response. + returned from the camera system, and the second [1] the metadata associated with this response. For more information, see `Camera component `_. """