From c4cf817042b2f0fdb7d6aa7c87744e85f2d783d0 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 9 Oct 2023 22:34:05 +0100 Subject: [PATCH] split at full stop --- obsws_python/reqs.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/obsws_python/reqs.py b/obsws_python/reqs.py index 8963b2d..5938af9 100644 --- a/obsws_python/reqs.py +++ b/obsws_python/reqs.py @@ -1956,8 +1956,8 @@ class ReqClient: :param monitor_index: Monitor index, use GetMonitorList to obtain index :type monitor_index: int :param projector_geometry: - Size/Position data for a windowed projector, - in Qt Base64 encoded format. Mutually exclusive with monitorIndex + Size/Position data for a windowed projector, in Qt Base64 encoded format. + Mutually exclusive with monitorIndex :type projector_geometry: str """ @@ -1985,8 +1985,8 @@ class ReqClient: :param monitor_index: Monitor index, use GetMonitorList to obtain index :type monitor_index: int :param projector_geometry: - Size/Position data for a windowed projector, - in Qt Base64 encoded format. Mutually exclusive with monitorIndex + Size/Position data for a windowed projector, in Qt Base64 encoded format. + Mutually exclusive with monitorIndex :type projector_geometry: str """