Add punctuation to docstrings

This commit is contained in:
Julian Stirling 2025-07-10 02:03:02 +01:00
parent 4dc41bb008
commit 80beeea07b
34 changed files with 232 additions and 235 deletions

View file

@ -18,7 +18,7 @@ logging.basicConfig(level=logging.DEBUG)
def _test_exposure_time_drift(desired_time):
"""Capture 10 full resolution images and check that the exposure time remains constant
"""Capture 10 full resolution images and check that the exposure time remains constant.
This confirms that automatic exposure time adjustment is fully turned off
"""