fix docstring.

This commit is contained in:
onyx-and-iris 2023-10-08 14:47:40 +01:00
parent e4a87609ee
commit dc7bec3ed0

View File

@ -1949,7 +1949,7 @@ class ReqClient:
:param videoMixType: Type of mix to open :param videoMixType: Type of mix to open
:type videoMixType: str :type videoMixType: str
:param monitorIndex: Monitor index, use GetMonitorList to obtain index :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 :param projectorGeometry: Size/Position data for a windowed projector, in Qt Base64 encoded format. Mutually exclusive with monitorIndex
:type projectorGeometry: str :type projectorGeometry: str
@ -1975,7 +1975,7 @@ class ReqClient:
:param sourceName: Name of the source to open a projector for :param sourceName: Name of the source to open a projector for
:type sourceName: str :type sourceName: str
:param monitorIndex: Monitor index, use GetMonitorList to obtain index :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 :param projectorGeometry: Size/Position data for a windowed projector, in Qt Base64 encoded format. Mutually exclusive with monitorIndex
:type projectorGeometry: str :type projectorGeometry: str