Remove section of docstring that no longer applies

This commit is contained in:
Julian Stirling 2025-07-07 17:58:23 +00:00
parent f3ec5a445a
commit a8323c4f58

View file

@ -338,7 +338,6 @@ class StreamingPiCamera2(BaseCamera):
:param pause_stream: If False the `Picamera2` instance is simply yielded.
If True:
* Updated persistent controls
* Stop the MJPEG Stream
* Yield the `Picamera2` instance for function calling the context manager to
make changes.