From c4bfb8c586c5a038ff401601017e4f3723600590 Mon Sep 17 00:00:00 2001 From: takehirokj Date: Wed, 23 Dec 2020 20:41:27 +0900 Subject: [PATCH] Fix typo --- picamera/mmalobj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picamera/mmalobj.py b/picamera/mmalobj.py index ec167f2f..1dd1476d 100644 --- a/picamera/mmalobj.py +++ b/picamera/mmalobj.py @@ -2619,7 +2619,7 @@ class MMALVideoDecoder(MMALDecoder): class MMALImageDecoder(MMALDecoder): """ - Represents the MMAL iamge decoder component. This component has 1 input + Represents the MMAL image decoder component. This component has 1 input port and 1 output port. The input port is usually configured with ``MMAL_ENCODING_JPEG``. """