File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -935,7 +935,7 @@ def set_camera_exposure(self, new_exposure=None):
935
935
The argument of `None` selects auto exposure.
936
936
937
937
Otherwise, the new exposure data should come from
938
- ``get_camera_autosettings()["exposure"]."""
938
+ ``get_camera_autosettings()["exposure"]`` ."""
939
939
if new_exposure is None :
940
940
# just set auto expose
941
941
self .camera .exposure_ctrl = True
@@ -952,7 +952,7 @@ def set_camera_gain(self, new_gain=None):
952
952
The argument of `None` selects auto gain control.
953
953
954
954
Otherwise, the new exposure data should come from
955
- ``get_camera_autosettings()["gain"]."""
955
+ ``get_camera_autosettings()["gain"]`` ."""
956
956
if new_gain is None :
957
957
# just set auto expose
958
958
self .camera .gain_ctrl = True
You can’t perform that action at this time.
0 commit comments