From 4638071a0076779b38a8a178ecb21fa3988925bb Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Tue, 8 Jan 2019 16:01:34 +0000 Subject: [PATCH] Minor docstring update --- openflexure_microscope/camera/pi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openflexure_microscope/camera/pi.py b/openflexure_microscope/camera/pi.py index 2a5b58b9..511e44a2 100644 --- a/openflexure_microscope/camera/pi.py +++ b/openflexure_microscope/camera/pi.py @@ -291,7 +291,7 @@ class StreamingCamera(BaseCamera): Start a new video recording, writing to a output object. Args: - output (CaptureObject): Output object to write data bytes to. + output (CaptureObject/str): Output object to write data bytes to. write_to_file (bool/NoneType): Should the StreamObject write to a file? filename (str): Name of the stored file. Defaults to timestamp. fmt (str): Format of the capture.