From dc7bec3ed0f284ffb5833824e24631f48898a6b8 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 8 Oct 2023 14:47:40 +0100 Subject: [PATCH] fix docstring. --- obsws_python/reqs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obsws_python/reqs.py b/obsws_python/reqs.py index bced5c9..a9f2cd6 100644 --- a/obsws_python/reqs.py +++ b/obsws_python/reqs.py @@ -1949,7 +1949,7 @@ class ReqClient: :param videoMixType: Type of mix to open :type videoMixType: str :param monitorIndex: Monitor index, use GetMonitorList to obtain index - :type action: int + :type monitorIndex: int :param projectorGeometry: Size/Position data for a windowed projector, in Qt Base64 encoded format. Mutually exclusive with monitorIndex :type projectorGeometry: str @@ -1975,7 +1975,7 @@ class ReqClient: :param sourceName: Name of the source to open a projector for :type sourceName: str :param monitorIndex: Monitor index, use GetMonitorList to obtain index - :type action: int + :type monitorIndex: int :param projectorGeometry: Size/Position data for a windowed projector, in Qt Base64 encoded format. Mutually exclusive with monitorIndex :type projectorGeometry: str