diff --git a/api/src/opentrons/protocol_engine/types.py b/api/src/opentrons/protocol_engine/types.py index 3e9ddfa81c5..4c897c17be9 100644 --- a/api/src/opentrons/protocol_engine/types.py +++ b/api/src/opentrons/protocol_engine/types.py @@ -242,9 +242,9 @@ class WellOffset(BaseModel): class WellVolumeOffset(BaseModel): """A volume of liquid to account for when executing commands with an origin of WellOrigin.MENISCUS. - Specifying `operationVolume` results in this class acting as a sentinel and should be used when - volume can be determined from the command parameters, for example commanding Aspirate. A volume - should be specified when it cannot be determined from the command parameters, for example commanding + Specifying `operationVolume` results in this class acting as a sentinel and should be used when + volume can be determined from the command parameters, for example commanding Aspirate. A volume + should be specified when it cannot be determined from the command parameters, for example commanding MoveToWell prior to AspirateInPlace. """ diff --git a/shared-data/command/schemas/9.json b/shared-data/command/schemas/9.json index 3f7d8022d9b..79e690fbd38 100644 --- a/shared-data/command/schemas/9.json +++ b/shared-data/command/schemas/9.json @@ -320,7 +320,7 @@ }, "WellVolumeOffset": { "title": "WellVolumeOffset", - "description": "A volume of liquid to account for when executing commands with an origin of WellOrigin.MENISCUS.\n\nFor example, this parameter should be used for MoveToWell commands prior to AspirateInPlace commands.", + "description": "A volume of liquid to account for when executing commands with an origin of WellOrigin.MENISCUS.\n\nSpecifying `operationVolume` results in this class acting as a sentinel and should be used when\nvolume can be determined from the command parameters, for example commanding Aspirate. A volume\nshould be specified when it cannot be determined from the command parameters, for example commanding\nMoveToWell prior to AspirateInPlace.", "type": "object", "properties": { "volumeOffset": {