From 1fde8b6e2f66831aa2d15a19908abfc5b9cfdce1 Mon Sep 17 00:00:00 2001 From: Asadullah Shaikh Date: Thu, 12 Dec 2024 10:15:27 +0530 Subject: [PATCH] update docstring --- picamera2/picamera2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picamera2/picamera2.py b/picamera2/picamera2.py index e20864e3..30a14a5d 100644 --- a/picamera2/picamera2.py +++ b/picamera2/picamera2.py @@ -1131,7 +1131,7 @@ def configure_(self, camera_config="preview") -> None: self.set_controls({"ScalerCrops": scaler_crops}) def configure(self, camera_config=None) -> None: - """Configure the camera system with the given configuration.""" + """Configure the camera system with the given configuration. Defaults to the 'preview' configuration.""" self.configure_(camera_config) def camera_configuration(self) -> dict: